@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.648Z") @Stability(value=Experimental) public interface CodeDeployEcsDeployActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
CodeDeploy ECS deploy CodePipeline Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeDeployEcsDeployActionProps.Builder
A builder for
CodeDeployEcsDeployActionProps |
static class |
CodeDeployEcsDeployActionProps.Jsii$Proxy
An implementation for
CodeDeployEcsDeployActionProps |
| Modifier and Type | Method and Description |
|---|---|
static CodeDeployEcsDeployActionProps.Builder |
builder() |
default ArtifactPath |
getAppSpecTemplateFile()
(experimental) The name of the CodeDeploy AppSpec file.
|
default Artifact |
getAppSpecTemplateInput()
(experimental) The artifact containing the CodeDeploy AppSpec file.
|
default List<CodeDeployEcsContainerImageInput> |
getContainerImageInputs()
(experimental) Configuration for dynamically updated images in the task definition.
|
IEcsDeploymentGroup |
getDeploymentGroup()
(experimental) The CodeDeploy ECS Deployment Group to deploy to.
|
default ArtifactPath |
getTaskDefinitionTemplateFile()
(experimental) The name of the ECS task definition template file.
|
default Artifact |
getTaskDefinitionTemplateInput()
(experimental) The artifact containing the ECS task definition template file.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @NotNull IEcsDeploymentGroup getDeploymentGroup()
@Stability(value=Experimental) @Nullable default ArtifactPath getAppSpecTemplateFile()
During deployment, a new task definition will be registered with ECS, and the new task definition ID will be inserted into the CodeDeploy AppSpec file. The AppSpec file contents will be provided to CodeDeploy for the deployment.
Use this property if you want to use a different name for this file than the default 'appspec.yaml'.
If you use this property, you don't need to specify the appSpecTemplateInput property.
Default: - one of this property, or `appSpecTemplateInput`, is required
@Stability(value=Experimental) @Nullable default Artifact getAppSpecTemplateInput()
During deployment, a new task definition will be registered with ECS, and the new task definition ID will be inserted into the CodeDeploy AppSpec file. The AppSpec file contents will be provided to CodeDeploy for the deployment.
If you use this property, it's assumed the file is called 'appspec.yaml'.
If your AppSpec file uses a different filename, leave this property empty,
and use the appSpecTemplateFile property instead.
Default: - one of this property, or `appSpecTemplateFile`, is required
@Stability(value=Experimental) @Nullable default List<CodeDeployEcsContainerImageInput> getContainerImageInputs()
Provide pairs of an image details input artifact and a placeholder string that will be used to dynamically update the ECS task definition template file prior to deployment. A maximum of 4 images can be given.
@Stability(value=Experimental) @Nullable default ArtifactPath getTaskDefinitionTemplateFile()
During deployment, the task definition template file contents will be registered with ECS.
Use this property if you want to use a different name for this file than the default 'taskdef.json'.
If you use this property, you don't need to specify the taskDefinitionTemplateInput property.
Default: - one of this property, or `taskDefinitionTemplateInput`, is required
@Stability(value=Experimental) @Nullable default Artifact getTaskDefinitionTemplateInput()
During deployment, the task definition template file contents will be registered with ECS.
If you use this property, it's assumed the file is called 'taskdef.json'.
If your task definition template uses a different filename, leave this property empty,
and use the taskDefinitionTemplateFile property instead.
Default: - one of this property, or `taskDefinitionTemplateFile`, is required
@Stability(value=Experimental) static CodeDeployEcsDeployActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsCodeDeployEcsDeployActionProps.Builder of CodeDeployEcsDeployActionPropsCopyright © 2021. All rights reserved.