class Aws::CloudWatch::Types::SetAlarmStateInput
@note When making an API call, you may pass SetAlarmStateInput
data as a hash: { alarm_name: "AlarmName", # required state_value: "OK", # required, accepts OK, ALARM, INSUFFICIENT_DATA state_reason: "StateReason", # required state_reason_data: "StateReasonData", }
@!attribute [rw] alarm_name
The name of the alarm. @return [String]
@!attribute [rw] state_value
The value of the state. @return [String]
@!attribute [rw] state_reason
The reason that this alarm is set to this specific state, in text format. @return [String]
@!attribute [rw] state_reason_data
The reason that this alarm is set to this specific state, in JSON format. For SNS or EC2 alarm actions, this is just informational. But for EC2 Auto Scaling or application Auto Scaling alarm actions, the Auto Scaling policy uses the information in this field to take the correct action. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/SetAlarmStateInput AWS API Documentation
Constants
- SENSITIVE