---
type: resource-type
title: AlarmMuteRule
description: aws resource type AWS::CloudWatch::AlarmMuteRule
name: AlarmMuteRule
lexicon: aws
resource_type: AWS::CloudWatch::AlarmMuteRule
---
`AWS::CloudWatch::AlarmMuteRule`, a resource type of the aws lexicon.

## Properties

- `Rule` (`Record<string, unknown>`, required): The rule for the mute
- `Arn` (`string`, optional): Amazon Resource Name (ARN) of the AlarmMuteRule
- `Description` (`string`, optional): The description of the AlarmMuteRule
- `ExpireDate` (`string`, optional): The date, with the same timezone offset as "ScheduleTimezone" after which the alarm mute rule will be expired.
- `LastUpdatedTimestamp` (`string`, optional): The last update timestamp of the alarm mute schedule
- `MuteTargets` (`Record<string, unknown>`, optional): Targets to be muted
- `MuteType` (`string`, optional): The mute type of the alarm mute
- `Name` (`string`, optional): The name of the AlarmMuteRule
- `StartDate` (`string`, optional): The date, with the same timezone offset as "ScheduleTimezone", after which the alarm mute rule will become active.
- `Status` (`"ACTIVE" | "EXPIRED" | "SCHEDULED"`, optional): The current status of the AlarmMuteRule
- `Tags` (`AlarmMuteRule_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `Arn`
- `LastUpdatedTimestamp`
- `MuteType`
- `Status`
