@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.647Z") @Stability(value=Experimental) public interface CodeDeployEcsContainerImageInput extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeDeployEcsContainerImageInput.Builder
A builder for
CodeDeployEcsContainerImageInput |
static class |
CodeDeployEcsContainerImageInput.Jsii$Proxy
An implementation for
CodeDeployEcsContainerImageInput |
| Modifier and Type | Method and Description |
|---|---|
static CodeDeployEcsContainerImageInput.Builder |
builder() |
Artifact |
getInput()
(experimental) The artifact that contains an `imageDetails.json` file with the image URI.
|
default String |
getTaskDefinitionPlaceholder()
(experimental) The placeholder string in the ECS task definition template file that will be replaced with the image URI.
|
@Stability(value=Experimental) @NotNull Artifact getInput()
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" }
@Stability(value=Experimental) @Nullable default String getTaskDefinitionPlaceholder()
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
@Stability(value=Experimental) static CodeDeployEcsContainerImageInput.Builder builder()
Copyright © 2021. All rights reserved.