Set Alarm State
GET {{aws_cloudwatch_base_url}}/?Action=SetAlarmState&AlarmName=&StateReason=&StateReasonData=&StateValue=&Version=2010-08-01
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
AlarmName | null | The name for the alarm. This name must be unique within the AWS account. The maximum length is 255 characters. | |
StateReason | null | The reason that this alarm is set to this specific state, in text format. | |
StateReasonData | null | The reason that this alarm is set to this specific state, in JSON format. | |
StateValue | null | The value of the state. | |
Version | string |