@Stability(value=Experimental) @Internal public static final class CodeImageConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeImageConfig
CodeImageConfigsoftware.amazon.jsii.JsiiObject.InitializationModeCodeImageConfig.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.
|
protected |
Jsii$Proxy(String imageUri,
List<String> cmd,
List<String> entrypoint)
Constructor that initializes the object based on literal property values passed by the
CodeImageConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
String |
getImageUri()
(experimental) URI to the Docker image.
|
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.public final String getImageUri()
CodeImageConfiggetImageUri in interface CodeImageConfigpublic final List<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 CodeImageConfighttps://docs.docker.com/engine/reference/builder/#cmdpublic final List<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 CodeImageConfighttps://docs.docker.com/engine/reference/builder/#entrypoint@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.