AWS::CloudWatch::AlarmMuteRuleResource Type definition for AWS::CloudWatch::AlarmMuteRule that allows defining a rule and targeting alarms to mute their actions during the specified window.
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Rule | object | Required |
Description | string | |
ExpireDate | string | |
MuteTargets | object | |
Name | string | Create-only |
StartDate | 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 AlarmMuteRule |
LastUpdatedTimestamp | string | The last update timestamp of the alarm mute schedule |
MuteType | string | The mute type of the alarm mute |
Status | string | The current status of the AlarmMuteRule |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudWatch::AlarmMuteRule
Resources:
MyResource:
Type: AWS::CloudWatch::AlarmMuteRule
Properties:
Rule: {}
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cloudwatch:PutAlarmMuteRulecloudwatch:GetAlarmMuteRulecloudwatch:TagResourcecloudwatch:GetAlarmMuteRulecloudwatch:ListTagsForResourcecloudwatch:GetAlarmMuteRulecloudwatch:PutAlarmMuteRulecloudwatch:TagResourcecloudwatch:UntagResourcecloudwatch:GetAlarmMuteRulecloudwatch:DeleteAlarmMuteRulecloudwatch:ListAlarmMuteRulesEverything you need to know about CloudWatch on one page. HD quality, print-friendly.
Download Free InfographicArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name