Uses of Class
software.amazon.awscdk.services.cloudwatch.CfnAlarmMuteRule.Builder
Packages that use CfnAlarmMuteRule.Builder
-
Uses of CfnAlarmMuteRule.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return CfnAlarmMuteRule.BuilderModifier and TypeMethodDescriptionstatic CfnAlarmMuteRule.BuilderCfnAlarmMuteRule.Builder.description(String description) The description of the AlarmMuteRule.CfnAlarmMuteRule.Builder.expireDate(String expireDate) The date, with the same timezone offset as "ScheduleTimezone" after which the alarm mute rule will be expired.CfnAlarmMuteRule.Builder.muteTargets(IResolvable muteTargets) Targets to be muted.CfnAlarmMuteRule.Builder.muteTargets(CfnAlarmMuteRule.MuteTargetsProperty muteTargets) Targets to be muted.The name of the AlarmMuteRule.CfnAlarmMuteRule.Builder.rule(IResolvable rule) The rule for the mute.CfnAlarmMuteRule.Builder.rule(CfnAlarmMuteRule.RuleProperty rule) The rule for the mute.The date, with the same timezone offset as "ScheduleTimezone", after which the alarm mute rule will become active.An array of key-value pairs to apply to this resource.