| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| Modifier and Type | Method and Description |
|---|---|
static DockerImage |
DockerImage.fromBuild(String path)
(experimental) Builds a Docker image.
|
static DockerImage |
DockerImage.fromBuild(String path,
DockerBuildOptions options)
(experimental) Builds a Docker image.
|
static DockerImage |
DockerImage.fromRegistry(String image)
(experimental) Reference an image on DockerHub or another online registry.
|
DockerImage |
BundlingOptions.getImage()
(experimental) The Docker image where the command will run.
|
DockerImage |
BundlingOptions.Jsii$Proxy.getImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.image(DockerImage image)
Sets the value of
BundlingOptions.getImage() |
| Constructor and Description |
|---|
Jsii$Proxy(DockerImage image,
List<String> command,
List<String> entrypoint,
Map<String,String> environment,
ILocalBundling local,
BundlingOutput outputType,
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 |
|---|---|
DockerImage |
Runtime.getBundlingImage()
(experimental) The bundling Docker image for this runtime.
|
| Modifier and Type | Method and Description |
|---|---|
default DockerImage |
BundlingOptions.getDockerImage()
(experimental) A custom bundling Docker image.
|
DockerImage |
BundlingOptions.Jsii$Proxy.getDockerImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.dockerImage(DockerImage dockerImage)
Sets the value of
BundlingOptions.getDockerImage() |
| Constructor and Description |
|---|
Jsii$Proxy(String banner,
Map<String,String> buildArgs,
ICommandHooks commandHooks,
Map<String,String> define,
DockerImage dockerImage,
Map<String,String> environment,
String esbuildVersion,
List<String> externalModules,
String footer,
Boolean forceDockerBundling,
Boolean keepNames,
Map<String,String> loader,
LogLevel logLevel,
Boolean metafile,
Boolean minify,
List<String> nodeModules,
Boolean sourceMap,
String target,
String tsconfig)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
Copyright © 2021. All rights reserved.