AWS::CloudWatch::CompositeAlarmThe AWS::CloudWatch::CompositeAlarm type specifies an alarm which aggregates the states of other Alarms (Metric or Composite Alarms) as defined by the AlarmRule expression
11 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AlarmRule | string | Required |
ActionsEnabled | boolean | |
ActionsSuppressor | string | |
ActionsSuppressorExtensionPeriod | integer | |
ActionsSuppressorWaitPeriod | integer | |
AlarmActions | Array<string> | |
AlarmDescription | string | |
AlarmName | string | Create-only |
InsufficientDataActions | Array<string> | |
OKActions | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name (ARN) of the alarm |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudWatch::CompositeAlarm
Resources:
MyResource:
Type: AWS::CloudWatch::CompositeAlarm
Properties:
AlarmRule: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
cloudwatch:DescribeAlarmscloudwatch:PutCompositeAlarmcloudwatch:TagResourcecloudwatch:DescribeAlarmscloudwatch:ListTagsForResourcecloudwatch:DescribeAlarmscloudwatch:PutCompositeAlarmcloudwatch:TagResourcecloudwatch:UntagResourcecloudwatch:DescribeAlarmscloudwatch:DeleteAlarmscloudwatch:DescribeAlarmsEverything you need to know about CloudWatch on one page. HD quality, print-friendly.
Download Free InfographicAlarmNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AlarmName