| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.services.lambda | |
| software.amazon.awscdk.services.lambda.nodejs |
| Modifier and Type | Method and Description |
|---|---|
static BundlingDockerImage |
BundlingDockerImage.fromAsset(String path)
(experimental) Reference an image that's built directly from sources on disk.
|
static BundlingDockerImage |
BundlingDockerImage.fromAsset(String path,
DockerBuildOptions options)
(experimental) Reference an image that's built directly from sources on disk.
|
static BundlingDockerImage |
BundlingDockerImage.fromRegistry(String image)
(experimental) Reference an image on DockerHub or another online registry.
|
BundlingDockerImage |
BundlingOptions.getImage()
(experimental) The Docker image where the command will run.
|
BundlingDockerImage |
BundlingOptions.Jsii$Proxy.getImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.image(BundlingDockerImage image)
Sets the value of
BundlingOptions.getImage() |
| Constructor and Description |
|---|
Jsii$Proxy(BundlingDockerImage image,
List<String> command,
Map<String,String> environment,
ILocalBundling local,
String user,
List<? extends DockerVolume> volumes,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
BundlingDockerImage |
Runtime.getBundlingDockerImage()
(experimental) The bundling Docker image for this runtime.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingDockerImage |
NodejsFunctionProps.Jsii$Proxy.getBundlingDockerImage() |
default BundlingDockerImage |
BundlingOptions.getBundlingDockerImage()
(experimental) A custom bundling Docker image.
|
BundlingDockerImage |
BundlingOptions.Jsii$Proxy.getBundlingDockerImage() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.bundlingDockerImage(BundlingDockerImage bundlingDockerImage)
Sets the value of
BundlingOptions.getBundlingDockerImage() |
NodejsFunction.Builder |
NodejsFunction.Builder.bundlingDockerImage(BundlingDockerImage bundlingDockerImage)
(experimental) A custom bundling Docker image.
|
BundlingOptions.Builder |
BundlingOptions.Builder.bundlingDockerImage(BundlingDockerImage bundlingDockerImage)
Sets the value of
BundlingOptions.getBundlingDockerImage() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean awsSdkConnectionReuse,
String depsLockFilePath,
String entry,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts,
Map<String,String> buildArgs,
BundlingDockerImage bundlingDockerImage,
Map<String,String> bundlingEnvironment,
String esbuildVersion,
List<String> externalModules,
Boolean forceDockerBundling,
Map<String,String> loader,
Boolean minify,
List<String> nodeModules,
Boolean sourceMap,
String target)
Constructor that initializes the object based on literal property values passed by the
NodejsFunctionProps.Builder. |
Jsii$Proxy(Map<String,String> buildArgs,
BundlingDockerImage bundlingDockerImage,
Map<String,String> bundlingEnvironment,
String esbuildVersion,
List<String> externalModules,
Boolean forceDockerBundling,
Map<String,String> loader,
Boolean minify,
List<String> nodeModules,
Boolean sourceMap,
String target)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
Copyright © 2020. All rights reserved.