@Stability(value=Stable) public static final class CodeDeployEcsDeployActionProps.Builder extends Object
CodeDeployEcsDeployActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder deploymentGroup(IEcsDeploymentGroup deploymentGroup)
deploymentGroup - The CodeDeploy ECS Deployment Group to deploy to. This parameter is required.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder appSpecTemplateFile(ArtifactPath appSpecTemplateFile)
appSpecTemplateFile - The name of the CodeDeploy AppSpec file. 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.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder appSpecTemplateInput(Artifact appSpecTemplateInput)
appSpecTemplateInput - The artifact containing the CodeDeploy AppSpec file. 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.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder containerImageInputs(List<CodeDeployEcsContainerImageInput> containerImageInputs)
containerImageInputs - Configuration for dynamically updated images in the task definition.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder taskDefinitionTemplateFile(ArtifactPath taskDefinitionTemplateFile)
taskDefinitionTemplateFile - The name of the ECS task definition template file. During deployment, the task definition template file contents will be registered with ECS.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder taskDefinitionTemplateInput(Artifact taskDefinitionTemplateInput)
taskDefinitionTemplateInput - The artifact containing the ECS task definition template file. During deployment, the task definition template file contents will be registered with ECS.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder role(IRole role)
role - The Role in which context's this Action will be executing in. The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your IAction.bind method in the ActionBindOptions.role property.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder actionName(String actionName)
actionName - The physical, human-readable name of the Action. Not that Action names must be unique within a single Stage. This parameter is required.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps.Builder runOrder(Number runOrder)
runOrder - The runOrder property for this Action. RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Stable) public CodeDeployEcsDeployActionProps build()
CodeDeployEcsDeployActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.