@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:10:22.639Z") @Stability(value=Experimental) public interface DockerImageAssetProps extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.assets.CopyOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageAssetProps.Builder
A builder for
DockerImageAssetProps |
static class |
DockerImageAssetProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static DockerImageAssetProps.Builder |
builder() |
Map<String,String> |
getBuildArgs()
Build args to pass to the `docker build` command.
|
String |
getDirectory()
The directory where the Dockerfile is stored.
|
String |
getRepositoryName()
ECR repository name.
|
@Stability(value=Experimental) String getDirectory()
@Stability(value=Experimental) Map<String,String> getBuildArgs()
@Stability(value=Experimental) String getRepositoryName()
@Stability(value=Experimental) static DockerImageAssetProps.Builder builder()
builder in interface software.amazon.awscdk.assets.CopyOptionsDockerImageAssetProps.Builder of DockerImageAssetPropsCopyright © 2019. All rights reserved.