| 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)
Builds a Docker image.
|
static DockerImage |
DockerImage.fromBuild(String path,
DockerBuildOptions options)
Builds a Docker image.
|
static DockerImage |
DockerImage.fromRegistry(String image)
Reference an image on DockerHub or another online registry.
|
DockerImage |
BundlingOptions.getImage()
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() |
| Modifier and Type | Method and Description |
|---|---|
DockerImage |
Runtime.getBundlingImage()
The bundling Docker image for this runtime.
|
| Modifier and Type | Method and Description |
|---|---|
default DockerImage |
BundlingOptions.getDockerImage()
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() |
Copyright © 2022. All rights reserved.