This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CodeDeploy::DeploymentGroup AlarmConfiguration
The AlarmConfiguration property type configures CloudWatch alarms
for an Amazon CodeDeploy deployment group. AlarmConfiguration is a
property of the DeploymentGroup resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Alarms" :[ Alarm, ... ], "Enabled" :Boolean, "IgnorePollAlarmFailure" :Boolean}
YAML
Alarms:- AlarmEnabled:BooleanIgnorePollAlarmFailure: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 is
false.-
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
-