AWS CloudWatch · JSON Structure

Cloudwatch Alarm History Item Structure

Type: object Properties: 6
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

AlarmName AlarmType Timestamp HistoryItemType HistorySummary HistoryData

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AlarmHistoryItem",
  "type": "object",
  "properties": {
    "AlarmName": {
      "type": "string"
    },
    "AlarmType": {
      "type": "string"
    },
    "Timestamp": {
      "type": "string"
    },
    "HistoryItemType": {
      "type": "string"
    },
    "HistorySummary": {
      "type": "string"
    },
    "HistoryData": {
      "type": "string"
    }
  }
}