class
Amazonite::CloudWatch::PutAlarmMuteRuleInput
- Amazonite::CloudWatch::PutAlarmMuteRuleInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/put_alarm_mute_rule_input.crConstructors
- .new(name : String, rule : Rule, description : String | Nil = nil, mute_targets : MuteTargets | Nil = nil, tags : Array(Tag) | Nil = nil, start_date : Time | Nil = nil, expire_date : Time | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
A description of the alarm mute rule that helps you identify its purpose.
-
#description=(description : String | Nil)
A description of the alarm mute rule that helps you identify its purpose.
-
#expire_date : Time | Nil
The date and time when the mute rule expires and is no longer evaluated, specified as a timestamp in ISO 8601 format (for example,
2026-12-31T23:59:59Z). -
#expire_date=(expire_date : Time | Nil)
The date and time when the mute rule expires and is no longer evaluated, specified as a timestamp in ISO 8601 format (for example,
2026-12-31T23:59:59Z). -
#hash(hasher)
See
Object#hash(hasher) -
#mute_targets : MuteTargets | Nil
Specifies which alarms this rule applies to.
-
#mute_targets=(mute_targets : MuteTargets | Nil)
Specifies which alarms this rule applies to.
-
#name : String
The name of the alarm mute rule.
-
#name=(name : String)
The name of the alarm mute rule.
-
#rule : Rule
The configuration that defines when and how long alarms should be muted.
-
#rule=(rule : Rule)
The configuration that defines when and how long alarms should be muted.
-
#start_date : Time | Nil
The date and time after which the mute rule takes effect, specified as a timestamp in ISO 8601 format (for example,
2026-04-15T08:00:00Z). -
#start_date=(start_date : Time | Nil)
The date and time after which the mute rule takes effect, specified as a timestamp in ISO 8601 format (for example,
2026-04-15T08:00:00Z). -
#tags : Array(Tag) | Nil
A list of key-value pairs to associate with the alarm mute rule.
-
#tags=(tags : Array(Tag) | Nil)
A list of key-value pairs to associate with the alarm mute rule.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A description of the alarm mute rule that helps you identify its purpose.
A description of the alarm mute rule that helps you identify its purpose.
The date and time when the mute rule expires and is no longer evaluated, specified as a
timestamp in ISO 8601 format (for example, 2026-12-31T23:59:59Z). After this time, the rule
status becomes EXPIRED and will no longer mute the targeted alarms.
The date and time when the mute rule expires and is no longer evaluated, specified as a
timestamp in ISO 8601 format (for example, 2026-12-31T23:59:59Z). After this time, the rule
status becomes EXPIRED and will no longer mute the targeted alarms.
The name of the alarm mute rule. This name must be unique within your Amazon Web Services account and region.
The name of the alarm mute rule. This name must be unique within your Amazon Web Services account and region.
The configuration that defines when and how long alarms should be muted.
The configuration that defines when and how long alarms should be muted.
The date and time after which the mute rule takes effect, specified as a timestamp in ISO 8601
format (for example, 2026-04-15T08:00:00Z). If not specified, the mute rule takes effect
immediately upon creation and the mutes are applied as per the schedule expression.
The date and time after which the mute rule takes effect, specified as a timestamp in ISO 8601
format (for example, 2026-04-15T08:00:00Z). If not specified, the mute rule takes effect
immediately upon creation and the mutes are applied as per the schedule expression.
A list of key-value pairs to associate with the alarm mute rule. You can use tags to categorize and manage your mute rules.
A list of key-value pairs to associate with the alarm mute rule. You can use tags to categorize and manage your mute rules.