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.
import { CfnAlarmMuteRule } from 'aws-cdk-lib/aws-cloudwatch';Or use the module namespace:
import * as cloudwatch from 'aws-cdk-lib/aws-cloudwatch';
// cloudwatch.CfnAlarmMuteRuleConfiguration passed to the constructor as CfnAlarmMuteRuleProps.
ruleRequiredIResolvable | RulePropertyThe rule for the mute.
descriptionOptionalstringThe description of the AlarmMuteRule.
expireDateOptionalstringThe date, with the same timezone offset as "ScheduleTimezone" after which the alarm mute rule will be expired.
muteTargetsOptionalIResolvable | MuteTargetsPropertyTargets to be muted.
nameOptionalstringThe name of the AlarmMuteRule.
startDateOptionalstringThe date, with the same timezone offset as "ScheduleTimezone", after which the alarm mute rule will become active.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon CloudWatch on one page. HD quality, print-friendly.
Download Free Infographicaws-cloudwatchAWS::CloudWatch::AlarmMuteRule