@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.747Z") @Stability(value=Stable) public interface DockerImageAssetSource extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageAssetSource.Builder
A builder for
DockerImageAssetSource |
static class |
DockerImageAssetSource.Jsii$Proxy
An implementation for
DockerImageAssetSource |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageAssetSource.Builder |
builder() |
String |
getDirectoryName()
The directory where the Dockerfile is stored, must be relative to the cloud assembly root.
|
default Map<String,String> |
getDockerBuildArgs()
Build args to pass to the `docker build` command.
|
default String |
getDockerBuildTarget()
Docker target to build to.
|
default String |
getRepositoryName()
ECR repository name.
|
String |
getSourceHash()
The hash of the contents of the docker build context.
|
@Stability(value=Stable) String getDirectoryName()
@Stability(value=Stable) String getSourceHash()
@Stability(value=Stable) default Map<String,String> getDockerBuildArgs()
@Stability(value=Stable) default String getDockerBuildTarget()
@Stability(value=Stable) default String getRepositoryName()
@Stability(value=Stable) static DockerImageAssetSource.Builder builder()
DockerImageAssetSource.Builder of DockerImageAssetSourceCopyright © 2019. All rights reserved.