| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeDeployEcsContainerImageInput.Jsii$Proxy
An implementation for
CodeDeployEcsContainerImageInput |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployEcsContainerImageInput |
CodeDeployEcsContainerImageInput.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CodeDeployEcsContainerImageInput> |
CodeDeployEcsDeployActionProps.getContainerImageInputs()
(experimental) Configuration for dynamically updated images in the task definition.
|
List<CodeDeployEcsContainerImageInput> |
CodeDeployEcsDeployActionProps.Jsii$Proxy.getContainerImageInputs() |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployEcsDeployActionProps.Builder |
CodeDeployEcsDeployActionProps.Builder.containerImageInputs(List<? extends CodeDeployEcsContainerImageInput> containerImageInputs)
Sets the value of
CodeDeployEcsDeployActionProps.getContainerImageInputs() |
CodeDeployEcsDeployAction.Builder |
CodeDeployEcsDeployAction.Builder.containerImageInputs(List<? extends CodeDeployEcsContainerImageInput> containerImageInputs)
(experimental) Configuration for dynamically updated images in the task definition.
|
| Constructor and Description |
|---|
Jsii$Proxy(IEcsDeploymentGroup deploymentGroup,
ArtifactPath appSpecTemplateFile,
Artifact appSpecTemplateInput,
List<? extends CodeDeployEcsContainerImageInput> containerImageInputs,
ArtifactPath taskDefinitionTemplateFile,
Artifact taskDefinitionTemplateInput,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CodeDeployEcsDeployActionProps.Builder. |
Copyright © 2021. All rights reserved.