AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudWatch::AlarmMuteRule

CloudWatch AlarmMuteRule

Resource Type definition for AWS::CloudWatch::AlarmMuteRule that allows defining a rule and targeting alarms to mute their actions during the specified window.

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Rule
object
Required
Description
string
ExpireDate
string
MuteTargets
object
Name
string
Create-only
StartDate
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringAmazon Resource Name (ARN) of the AlarmMuteRule
LastUpdatedTimestampstringThe last update timestamp of the alarm mute schedule
MuteTypestringThe mute type of the alarm mute
StatusstringThe current status of the AlarmMuteRule

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudwatch:PutAlarmMuteRulecloudwatch:GetAlarmMuteRulecloudwatch:TagResource

read

cloudwatch:GetAlarmMuteRulecloudwatch:ListTagsForResource

update

cloudwatch:GetAlarmMuteRulecloudwatch:PutAlarmMuteRulecloudwatch:TagResourcecloudwatch:UntagResource

delete

cloudwatch:GetAlarmMuteRulecloudwatch:DeleteAlarmMuteRule

list

cloudwatch:ListAlarmMuteRules

Get the CloudWatch Cheat Sheet

Everything you need to know about CloudWatch on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudWatch
Properties11
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links