Uses of Interface
software.amazon.awscdk.services.cloudwatch.IAlarmMuteRule
Packages that use IAlarmMuteRule
-
Uses of IAlarmMuteRule in software.amazon.awscdk.services.cloudwatch
Subinterfaces of IAlarmMuteRule in software.amazon.awscdk.services.cloudwatchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlarmMuteRule.Classes in software.amazon.awscdk.services.cloudwatch that implement IAlarmMuteRuleModifier and TypeClassDescriptionclassA CloudWatch Alarm Mute Rule.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cloudwatch that return IAlarmMuteRuleModifier and TypeMethodDescriptionstatic IAlarmMuteRuleAlarmMuteRule.fromAlarmMuteRuleArn(software.constructs.Construct scope, String id, String alarmMuteRuleArn) Import an existing CloudWatch alarm mute rule provided an ARN.static IAlarmMuteRuleAlarmMuteRule.fromAlarmMuteRuleName(software.constructs.Construct scope, String id, String alarmMuteRuleName) Import an existing CloudWatch alarm mute rule provided an Name.