AWS::CodeDeploy::DeploymentGroup AlarmConfiguration - AWS CloudFormation (original) (raw)
The AlarmConfiguration
property type configures CloudWatch alarms for an AWS CodeDeploy deployment group. AlarmConfiguration
is a property of the DeploymentGroup resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Alarms" : [ Alarm, ... ],
"Enabled" : Boolean,
"IgnorePollAlarmFailure" : Boolean
}
Properties
Alarms
A list of alarms configured for the deployment or deployment group. A maximum of 10 alarms can be added.
Required: No
Type: Array of Alarm
Update requires: No interruption
Enabled
Indicates whether the alarm configuration is enabled.
Required: No
Type: Boolean
Update requires: No interruption
IgnorePollAlarmFailure
Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value isfalse
.
true
: The deployment proceeds even if alarm status information can't be retrieved from CloudWatch.false
: The deployment stops if alarm status information can't be retrieved from CloudWatch.
Required: No
Type: Boolean
Update requires: No interruption
Alarm
AutoRollbackConfiguration
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.