AWS CloudWatch · JSON Structure

Cloudwatch Describe Alarm History Input Structure

Type: object Properties: 8
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

AlarmName AlarmTypes HistoryItemType StartDate EndDate MaxRecords NextToken ScanBy

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DescribeAlarmHistoryInput",
  "type": "object",
  "properties": {
    "AlarmName": {
      "type": "string"
    },
    "AlarmTypes": {
      "type": "array"
    },
    "HistoryItemType": {
      "type": "string"
    },
    "StartDate": {
      "type": "string"
    },
    "EndDate": {
      "type": "string"
    },
    "MaxRecords": {
      "type": "integer"
    },
    "NextToken": {
      "type": "string"
    },
    "ScanBy": {
      "type": "string"
    }
  }
}