AlarmMuteRuleReference

class aws_cdk.interfaces.aws_cloudwatch.AlarmMuteRuleReference(*, alarm_mute_rule_arn)

Bases: object

A reference to a AlarmMuteRule resource.

Parameters:

alarm_mute_rule_arn (str) – The Arn of the AlarmMuteRule resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_cloudwatch as interfaces_cloudwatch

alarm_mute_rule_reference = interfaces_cloudwatch.AlarmMuteRuleReference(
    alarm_mute_rule_arn="alarmMuteRuleArn"
)

Attributes

alarm_mute_rule_arn

The Arn of the AlarmMuteRule resource.