@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(AssetImageCodeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AssetImageCodeProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| 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() |
SymlinkFollowMode |
getFollowSymlinks() |
IgnoreMode |
getIgnoreMode() |
DockerImageAssetInvalidationOptions |
getInvalidation() |
NetworkMode |
getNetworkMode() |
Platform |
getPlatform() |
String |
getRepositoryName() |
String |
getTarget() |
String |
getWorkingDirectory()
Specify or override the WORKDIR on the specified Docker image or Dockerfile.
|
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(AssetImageCodeProps.Builder builder)
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 AssetImageCodePropspublic 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 AssetImageCodePropspublic final String getWorkingDirectory()
AssetImageCodePropsA WORKDIR allows you to configure the working directory the container will use.
Default: - use the WORKDIR in the docker image or Dockerfile.
getWorkingDirectory in interface AssetImageCodePropspublic final Map<String,String> getBuildArgs()
getBuildArgs in interface DockerImageAssetOptionspublic final String getFile()
getFile in interface DockerImageAssetOptionspublic final DockerImageAssetInvalidationOptions getInvalidation()
getInvalidation in interface DockerImageAssetOptionspublic final NetworkMode getNetworkMode()
getNetworkMode in interface DockerImageAssetOptionspublic final Platform getPlatform()
getPlatform 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.FingerprintOptionsgetExtraHash in interface FileFingerprintOptionsgetExtraHash in interface DockerImageAssetOptionspublic final List<String> getExclude()
getExclude in interface software.amazon.awscdk.assets.CopyOptionsgetExclude in interface FileCopyOptionsgetExclude in interface DockerImageAssetOptionspublic 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.CopyOptionsgetIgnoreMode in interface FileCopyOptionsgetIgnoreMode in interface DockerImageAssetOptionspublic final SymlinkFollowMode getFollowSymlinks()
getFollowSymlinks in interface FileCopyOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.