@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-20T13:02:28.075Z") public interface DockerImageAssetProps extends software.amazon.jsii.JsiiSerializable
| 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() |
String |
getDirectory()
The directory where the Dockerfile is stored
|
String |
getRepositoryName()
ECR repository name
Specify this property if you need to statically address the image, e.g.
|
void |
setDirectory(String value)
The directory where the Dockerfile is stored
|
void |
setRepositoryName(String value)
ECR repository name
Specify this property if you need to statically address the image, e.g.
|
String getDirectory()
void setDirectory(String value)
String getRepositoryName()
void setRepositoryName(String value)
static DockerImageAssetProps.Builder builder()
DockerImageAssetProps.Builder of DockerImageAssetPropsCopyright © 2019. All rights reserved.