public static final class CodeImageConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeImageConfig
CodeImageConfig
CodeImageConfig.Builder, CodeImageConfig.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 |
getImageUri()
URI to the Docker image.
|
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.lang.String getImageUri()
CodeImageConfig
getImageUri
in interface CodeImageConfig
public final java.util.List<java.lang.String> getCmd()
CodeImageConfig
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 CodeImageConfig
public final java.util.List<java.lang.String> getEntrypoint()
CodeImageConfig
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 CodeImageConfig
public final java.lang.String getWorkingDirectory()
CodeImageConfig
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 CodeImageConfig
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()