AWS CodeDeploy DeploymentGroup Deployment
Deployment is a property of the AWS::CodeDeploy::DeploymentGroup resource
that specifies an AWS CodeDeploy application revision to be deployed to instances
in the deployment group. If you specify an application revision, your target revision
will be
deployed as soon as the provisioning process is complete.
Syntax
JSON
{ "Description" :String, "IgnoreApplicationStopFailures" :Boolean, "Revision" :Revision}
YAML
Description:StringIgnoreApplicationStopFailures:BooleanRevision:Revision
Properties
Description-
A description about this deployment.
Required: No
Type: String
IgnoreApplicationStopFailures-
Whether to continue the deployment if the
ApplicationStopdeployment lifecycle event fails. If you want AWS CodeDeploy to continue the deployment lifecycle even if theApplicationStopevent fails on an instance, specifytrue. The deployment continues to theBeforeInstalldeployment lifecycle event. If you want AWS CodeDeploy to stop deployment on the instance if theApplicationStopevent fails, specifyfalseor do not specify a value.Required: No
Type: Boolean
Revision-
The location of the application revision to deploy.
Required: Yes
