public static final class DockerImageAssetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerImageAssetProps
software.amazon.jsii.JsiiObject.InitializationModeDockerImageAssetProps.Builder, DockerImageAssetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getBuildArgs()
Build args to pass to the `docker build` command.
|
String |
getDirectory()
The directory where the Dockerfile is stored.
|
List<String> |
getExclude()
Glob patterns to exclude from the copy.
|
software.amazon.awscdk.assets.FollowMode |
getFollow()
A strategy for how to handle symlinks.
|
String |
getRepositoryName()
ECR repository name.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getDirectory()
getDirectory in interface DockerImageAssetProps@Nullable public Map<String,String> getBuildArgs()
getBuildArgs in interface DockerImageAssetProps@Nullable public String getRepositoryName()
getRepositoryName in interface DockerImageAssetProps@Nullable public List<String> getExclude()
getExclude in interface software.amazon.awscdk.assets.CopyOptions@Nullable public software.amazon.awscdk.assets.FollowMode getFollow()
getFollow in interface software.amazon.awscdk.assets.CopyOptionsCopyright © 2019. All rights reserved.