public static final class EcrImageCodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EcrImageCodeProps
EcrImageCodeProps
EcrImageCodeProps.Builder, EcrImageCodeProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getCmd()
Specify or override the CMD on the specified Docker image or Dockerfile.
|
java.util.List<java.lang.String> |
getEntrypoint()
Specify or override the ENTRYPOINT on the specified Docker image or Dockerfile.
|
java.lang.String |
getTag()
(deprecated) The image tag to use when pulling the image from ECR.
|
java.lang.String |
getTagOrDigest()
The image tag or digest to use when pulling the image from ECR (digests must start with `sha256:`).
|
java.lang.String |
getWorkingDirectory()
Specify or override the WORKDIR on the specified Docker image or Dockerfile.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.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 EcrImageCodeProps
public final java.util.List<java.lang.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 EcrImageCodeProps
public final java.lang.String getTag()
EcrImageCodeProps
Default: 'latest'
getTag
in interface EcrImageCodeProps
public final java.lang.String getTagOrDigest()
EcrImageCodeProps
Default: 'latest'
getTagOrDigest
in interface EcrImageCodeProps
public final java.lang.String getWorkingDirectory()
EcrImageCodeProps
A 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()