@Stability(value=Stable) @Internal public static final class EcrImageCodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EcrImageCodeProps
EcrImageCodePropssoftware.amazon.jsii.JsiiObject.InitializationModeEcrImageCodeProps.Builder, EcrImageCodeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(EcrImageCodeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EcrImageCodeProps.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) |
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.
|
String |
getTag()
(deprecated) The image tag to use when pulling the image from ECR.
|
String |
getTagOrDigest()
The image tag or digest to use when pulling the image from ECR (digests must start with `sha256:`).
|
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(EcrImageCodeProps.Builder builder)
EcrImageCodeProps.Builder.public final List<String> getCmd()
EcrImageCodeProps
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 EcrImageCodePropspublic final List<String> getEntrypoint()
EcrImageCodeProps
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 EcrImageCodePropspublic final String getTag()
EcrImageCodePropsDefault: 'latest'
getTag in interface EcrImageCodePropspublic final String getTagOrDigest()
EcrImageCodePropsDefault: 'latest'
getTagOrDigest in interface EcrImageCodePropspublic final String getWorkingDirectory()
EcrImageCodePropsA 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 EcrImageCodeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.