Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CodeDeployEcsDeployAction.Builder
-
Uses of CodeDeployEcsDeployAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCodeDeployEcsDeployAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.CodeDeployEcsDeployAction.Builder.appSpecTemplateFile
(ArtifactPath appSpecTemplateFile) The name of the CodeDeploy AppSpec file.CodeDeployEcsDeployAction.Builder.appSpecTemplateInput
(Artifact appSpecTemplateInput) The artifact containing the CodeDeploy AppSpec file.CodeDeployEcsDeployAction.Builder.containerImageInputs
(List<? extends CodeDeployEcsContainerImageInput> containerImageInputs) Configuration for dynamically updated images in the task definition.CodeDeployEcsDeployAction.Builder.create()
CodeDeployEcsDeployAction.Builder.deploymentGroup
(IEcsDeploymentGroup deploymentGroup) The CodeDeploy ECS Deployment Group to deploy to.The Role in which context's this Action will be executing in.The runOrder property for this Action.CodeDeployEcsDeployAction.Builder.taskDefinitionTemplateFile
(ArtifactPath taskDefinitionTemplateFile) The name of the ECS task definition template file.CodeDeployEcsDeployAction.Builder.taskDefinitionTemplateInput
(Artifact taskDefinitionTemplateInput) The artifact containing the ECS task definition template file.CodeDeployEcsDeployAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.