class
Amazonite::Ssm::AlarmConfiguration
- Amazonite::Ssm::AlarmConfiguration
- Reference
- Object
Overview
The details for the CloudWatch alarm you want to apply to an automation or command.
Included Modules
- JSON::Serializable
Defined in:
ssm/alarm_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(alarms : Array(Alarm), ignore_poll_alarm_failure : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarms : Array(Alarm)
The name of the CloudWatch alarm specified in the configuration.
-
#alarms=(alarms : Array(Alarm))
The name of the CloudWatch alarm specified in the configuration.
-
#hash(hasher)
See
Object#hash(hasher) -
#ignore_poll_alarm_failure : Bool | Nil
When this value is true, your automation or command continues to run in cases where we can’t retrieve alarm status information from CloudWatch.
-
#ignore_poll_alarm_failure=(ignore_poll_alarm_failure : Bool | Nil)
When this value is true, your automation or command continues to run in cases where we can’t retrieve alarm status information from CloudWatch.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the CloudWatch alarm specified in the configuration.
The name of the CloudWatch alarm specified in the configuration.
When this value is true, your automation or command continues to run in cases where we can’t retrieve alarm status information from CloudWatch. In cases where we successfully retrieve an alarm status of OK or INSUFFICIENT_DATA, the automation or command continues to run, regardless of this value. Default is false.
When this value is true, your automation or command continues to run in cases where we can’t retrieve alarm status information from CloudWatch. In cases where we successfully retrieve an alarm status of OK or INSUFFICIENT_DATA, the automation or command continues to run, regardless of this value. Default is false.