AWS CloudWatch · JSON Structure

Cloudwatch Set Alarm State Input Structure

Type: object Properties: 3
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

SetAlarmStateInput is a JSON Structure definition published by AWS CloudWatch, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

AlarmName StateReason StateReasonData

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SetAlarmStateInput",
  "type": "object",
  "properties": {
    "AlarmName": {
      "type": "string"
    },
    "StateReason": {
      "type": "string"
    },
    "StateReasonData": {
      "type": "string"
    }
  }
}