@Generated(value="jsii-pacmak/0.10.5 (build 46bc9b0)", date="2019-05-24T10:17:01.521Z") 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.
|
String getDirectory()
Map<String,String> getBuildArgs()
String getRepositoryName()
static DockerImageAssetProps.Builder builder()
builder in interface software.amazon.awscdk.assets.CopyOptionsDockerImageAssetProps.Builder of DockerImageAssetPropsCopyright © 2019. All rights reserved.