@Stability(value=Stable) 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(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()
The artifact that contains an `imageDetails.json` file with the image URI.
|
String |
getTaskDefinitionPlaceholder()
The placeholder string in the ECS task definition template file that will be replaced with the image URI.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Artifact getInput()
CodeDeployEcsContainerImageInputThe 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 String getTaskDefinitionPlaceholder()
CodeDeployEcsContainerImageInputThe 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.
getTaskDefinitionPlaceholder in interface CodeDeployEcsContainerImageInputpublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.