Class CfnDeploymentGroupPropsMixin.DeploymentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeploymentGroupPropsMixin.DeploymentProperty>
- Enclosing interface:
CfnDeploymentGroupPropsMixin.DeploymentProperty
CfnDeploymentGroupPropsMixin.DeploymentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnDeploymentGroupPropsMixin.DeploymentProperty.getDescription()ignoreApplicationStopFailures(Boolean ignoreApplicationStopFailures) ignoreApplicationStopFailures(IResolvable ignoreApplicationStopFailures) Sets the value ofCfnDeploymentGroupPropsMixin.DeploymentProperty.getRevision()revision(IResolvable revision) Sets the value ofCfnDeploymentGroupPropsMixin.DeploymentProperty.getRevision()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
@Stability(Stable) public CfnDeploymentGroupPropsMixin.DeploymentProperty.Builder description(String description) Sets the value ofCfnDeploymentGroupPropsMixin.DeploymentProperty.getDescription()- Parameters:
description- A comment about the deployment.- Returns:
this
-
ignoreApplicationStopFailures
@Stability(Stable) public CfnDeploymentGroupPropsMixin.DeploymentProperty.Builder ignoreApplicationStopFailures(Boolean ignoreApplicationStopFailures) Sets the value ofCfnDeploymentGroupPropsMixin.DeploymentProperty.getIgnoreApplicationStopFailures()- Parameters:
ignoreApplicationStopFailures- If true, then if anApplicationStop,BeforeBlockTraffic, orAfterBlockTrafficdeployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, ifApplicationStopfails, the deployment continues with DownloadBundle. IfBeforeBlockTrafficfails, the deployment continues withBlockTraffic. IfAfterBlockTrafficfails, the deployment continues withApplicationStop.If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the AWS CodeDeploy agent runs the scripts specified for
ApplicationStop,BeforeBlockTraffic, andAfterBlockTrafficin the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use
ignoreApplicationStopFailuresto specify that theApplicationStop,BeforeBlockTraffic, andAfterBlockTrafficfailures should be ignored.- Returns:
this
-
ignoreApplicationStopFailures
@Stability(Stable) public CfnDeploymentGroupPropsMixin.DeploymentProperty.Builder ignoreApplicationStopFailures(IResolvable ignoreApplicationStopFailures) Sets the value ofCfnDeploymentGroupPropsMixin.DeploymentProperty.getIgnoreApplicationStopFailures()- Parameters:
ignoreApplicationStopFailures- If true, then if anApplicationStop,BeforeBlockTraffic, orAfterBlockTrafficdeployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, ifApplicationStopfails, the deployment continues with DownloadBundle. IfBeforeBlockTrafficfails, the deployment continues withBlockTraffic. IfAfterBlockTrafficfails, the deployment continues withApplicationStop.If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the AWS CodeDeploy agent runs the scripts specified for
ApplicationStop,BeforeBlockTraffic, andAfterBlockTrafficin the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use
ignoreApplicationStopFailuresto specify that theApplicationStop,BeforeBlockTraffic, andAfterBlockTrafficfailures should be ignored.- Returns:
this
-
revision
@Stability(Stable) public CfnDeploymentGroupPropsMixin.DeploymentProperty.Builder revision(IResolvable revision) Sets the value ofCfnDeploymentGroupPropsMixin.DeploymentProperty.getRevision()- Parameters:
revision- Information about the location of stored application artifacts and the service from which to retrieve them.- Returns:
this
-
revision
@Stability(Stable) public CfnDeploymentGroupPropsMixin.DeploymentProperty.Builder revision(CfnDeploymentGroupPropsMixin.RevisionLocationProperty revision) Sets the value ofCfnDeploymentGroupPropsMixin.DeploymentProperty.getRevision()- Parameters:
revision- Information about the location of stored application artifacts and the service from which to retrieve them.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeploymentGroupPropsMixin.DeploymentProperty>- Returns:
- a new instance of
CfnDeploymentGroupPropsMixin.DeploymentProperty - Throws:
NullPointerException- if any required attribute was not provided
-