@Stability(value=Experimental) @Internal public static final class CodeDeployEcsContainerImageInput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeDeployEcsContainerImageInput
CodeDeployEcsContainerImageInputsoftware.amazon.jsii.JsiiObject.InitializationModeCodeDeployEcsContainerImageInput.Builder, CodeDeployEcsContainerImageInput.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Artifact input,
String taskDefinitionPlaceholder)
Constructor that initializes the object based on literal property values passed by the
CodeDeployEcsContainerImageInput.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) |
Artifact |
getInput()
(experimental) The artifact that contains an `imageDetails.json` file with the image URI.
|
String |
getTaskDefinitionPlaceholder()
(experimental) The placeholder string in the ECS task definition template file that will be replaced with the image URI.
|
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(Artifact input, String taskDefinitionPlaceholder)
CodeDeployEcsContainerImageInput.Builder.public final Artifact getInput()
CodeDeployEcsContainerImageInput
The artifact's imageDetails.json file must be a JSON file containing an
ImageURI property. For example:
{ "ImageURI": "ACCOUNTID.dkr.ecr.us-west-2.amazonaws.com/dk-image-repo@sha256:example3" }
getInput in interface CodeDeployEcsContainerImageInputpublic final String getTaskDefinitionPlaceholder()
CodeDeployEcsContainerImageInput
The placeholder string must be surrounded by angle brackets in the template file.
For example, if the task definition template file contains a placeholder like
"image": "<PLACEHOLDER>", then the taskDefinitionPlaceholder value should
be PLACEHOLDER.
Default: IMAGE
getTaskDefinitionPlaceholder in interface CodeDeployEcsContainerImageInput@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.