AWS CodeDeploy DeploymentGroup AlarmConfiguration
The AlarmConfiguration property type configures CloudWatch alarms
for an
AWS CodeDeploy
deployment group. AlarmConfiguration is a property of the
AWS::CodeDeploy::DeploymentGroup resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Alarms" : [ Alarm, ... ], "Enabled" :Boolean, "IgnorePollAlarmFailure" :Boolean}
YAML
Alarms: - Alarm Enabled:BooleanIgnorePollAlarmFailure:Boolean
Properties
For more information about each property, including constraints and valid values, see AlarmConfiguration in the AWS CodeDeploy API Reference.
Alarms-
The list of alarms configured for the deployment group. Duplicates are not allowed.
Required: No
Type: List of AWS CodeDeploy DeploymentGroup 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 CloudWatch. The default value is
false.Required: No
Type: Boolean
Update requires: No interruption
