@Stability(value=Experimental) @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 target,
String extraHash,
List<String> exclude,
SymlinkFollowMode followSymlinks,
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()
(experimental) Build args to pass to the `docker build` command.
|
List<String> |
getCmd()
(experimental) Specify or override the CMD on the specified Docker image or Dockerfile.
|
List<String> |
getEntrypoint()
(experimental) Specify or override the ENTRYPOINT on the specified Docker image or Dockerfile.
|
List<String> |
getExclude()
(experimental) Glob patterns to exclude from the copy.
|
String |
getExtraHash()
(experimental) Extra information to encode into the fingerprint (e.g.
|
String |
getFile()
(experimental) Path to the Dockerfile (relative to the directory).
|
SymlinkFollowMode |
getFollowSymlinks()
(experimental) A strategy for how to handle symlinks.
|
IgnoreMode |
getIgnoreMode()
(experimental) The ignore behavior to use for exclude patterns.
|
String |
getTarget()
(experimental) Docker target to build to.
|
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 target, String extraHash, List<String> exclude, SymlinkFollowMode followSymlinks, 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()
DockerImageAssetOptions
Since Docker build arguments are resolved before deployment, keys and
values cannot refer to unresolved tokens (such as lambda.functionArn or
queue.queueUrl).
Default: - no build args are passed
getBuildArgs in interface DockerImageAssetOptionspublic final String getFile()
DockerImageAssetOptionsDefault: 'Dockerfile'
getFile in interface DockerImageAssetOptionspublic final String getTarget()
DockerImageAssetOptionsDefault: - no target
getTarget in interface DockerImageAssetOptionspublic final String getExtraHash()
FileFingerprintOptionsDefault: - hash is only based on source content
getExtraHash in interface FileFingerprintOptionspublic final List<String> getExclude()
FileCopyOptionsDefault: - nothing is excluded
getExclude in interface FileCopyOptionspublic final SymlinkFollowMode getFollowSymlinks()
FileCopyOptionsDefault: SymlinkFollowMode.NEVER
getFollowSymlinks in interface FileCopyOptionspublic final IgnoreMode getIgnoreMode()
FileCopyOptionsDefault: IgnoreMode.GLOB
getIgnoreMode in interface FileCopyOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.