| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
DockerImage
(experimental) A Docker image.
|
| Modifier and Type | Method and Description |
|---|---|
static BundlingDockerImage |
BundlingDockerImage.fromAsset(String path)
Deprecated.
use DockerImage.fromBuild()
|
static BundlingDockerImage |
BundlingDockerImage.fromAsset(String path,
DockerBuildOptions options)
Deprecated.
use DockerImage.fromBuild()
|
static BundlingDockerImage |
DockerImage.fromBuild(String path)
(experimental) Builds a Docker image.
|
static BundlingDockerImage |
DockerImage.fromBuild(String path,
DockerBuildOptions options)
(experimental) Builds a Docker image.
|
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,
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 |
|---|---|
BundlingDockerImage |
Runtime.getBundlingDockerImage()
(experimental) The bundling Docker image for this runtime.
|
Copyright © 2021. All rights reserved.