class
Amazonite::CloudWatch::MuteTargets
- Amazonite::CloudWatch::MuteTargets
- Reference
- Object
Overview
Specifies which alarms an alarm mute rule applies to.
You can target up to 100 specific alarms by name. When a mute rule is active, the targeted alarms continue to evaluate metrics and transition between states, but their configured actions are muted.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/mute_targets.crConstructors
- .new(pull : JSON::PullParser)
- .new(alarm_names : Array(String))
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarm_names : Array(String)
The list of alarm names that this mute rule targets.
-
#alarm_names=(alarm_names : Array(String))
The list of alarm names that this mute rule targets.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The list of alarm names that this mute rule targets. You can specify up to 100 alarm names.
Each alarm name must be between 1 and 255 characters in length. The alarm names must match existing alarms in your Amazon Web Services account and region.
The list of alarm names that this mute rule targets. You can specify up to 100 alarm names.
Each alarm name must be between 1 and 255 characters in length. The alarm names must match existing alarms in your Amazon Web Services account and region.