| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| Modifier and Type | Method and Description |
|---|---|
static DockerImage |
BundlingDockerImage.fromRegistry(String image)
Deprecated.
|
static DockerImage |
DockerImage.fromRegistry(String image)
(experimental) Reference an image on DockerHub or another online registry.
|
| 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.