AWS CloudWatch · Schema

StateValue

The state value for the alarm.

AlarmsAwsDashboardsLogsMetricsMonitoringObservability
View JSON Schema on GitHub

JSON Schema

cloudwatch-statevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StateValue",
  "title": "StateValue",
  "type": "string",
  "description": "The state value for the alarm.",
  "enum": [
    "OK",
    "ALARM",
    "INSUFFICIENT_DATA"
  ]
}