@Stability(value=Stable) @Internal public static final class AssetImageCodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssetImageCodeProps
AssetImageCodePropssoftware.amazon.jsii.JsiiObject.InitializationModeAssetImageCodeProps.Builder, AssetImageCodeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<String> cmd,
List<String> entrypoint,
Map<String,String> buildArgs,
String file,
String repositoryName,
String target,
String extraHash,
List<String> exclude,
software.amazon.awscdk.assets.FollowMode follow,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
AssetImageCodeProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,String> |
getBuildArgs() |
List<String> |
getCmd()
Specify or override the CMD on the specified Docker image or Dockerfile.
|
List<String> |
getEntrypoint()
Specify or override the ENTRYPOINT on the specified Docker image or Dockerfile.
|
List<String> |
getExclude() |
String |
getExtraHash() |
String |
getFile() |
software.amazon.awscdk.assets.FollowMode |
getFollow() |
IgnoreMode |
getIgnoreMode() |
String |
getRepositoryName() |
String |
getTarget() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<String> cmd, List<String> entrypoint, Map<String,String> buildArgs, String file, String repositoryName, String target, String extraHash, List<String> exclude, software.amazon.awscdk.assets.FollowMode follow, IgnoreMode ignoreMode)
AssetImageCodeProps.Builder.public final List<String> getCmd()
AssetImageCodeProps
This needs to be in the 'exec form', viz., [ 'executable', 'param1', 'param2' ].
Default: - use the CMD specified in the docker image or Dockerfile.
getCmd in interface AssetImageCodePropshttps://docs.docker.com/engine/reference/builder/#cmdpublic final List<String> getEntrypoint()
AssetImageCodeProps
An ENTRYPOINT allows you to configure a container that will run as an executable.
This needs to be in the 'exec form', viz., [ 'executable', 'param1', 'param2' ].
Default: - use the ENTRYPOINT in the docker image or Dockerfile.
getEntrypoint in interface AssetImageCodePropshttps://docs.docker.com/engine/reference/builder/#entrypointpublic final Map<String,String> getBuildArgs()
getBuildArgs in interface DockerImageAssetOptionspublic final String getFile()
getFile in interface DockerImageAssetOptionspublic final String getRepositoryName()
getRepositoryName in interface DockerImageAssetOptionspublic final String getTarget()
getTarget in interface DockerImageAssetOptionspublic final String getExtraHash()
getExtraHash in interface software.amazon.awscdk.assets.FingerprintOptionspublic final List<String> getExclude()
getExclude in interface software.amazon.awscdk.assets.CopyOptionspublic final software.amazon.awscdk.assets.FollowMode getFollow()
getFollow in interface software.amazon.awscdk.assets.CopyOptionspublic final IgnoreMode getIgnoreMode()
getIgnoreMode in interface software.amazon.awscdk.assets.CopyOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.