AWS CloudWatch · JSON Structure

Cloudwatch Describe Alarms Input Structure

Type: object Properties: 8
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

DescribeAlarmsInput 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

AlarmNames AlarmNamePrefix AlarmTypes ChildrenOfAlarmName ParentsOfAlarmName ActionPrefix MaxRecords NextToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DescribeAlarmsInput",
  "type": "object",
  "properties": {
    "AlarmNames": {
      "type": "array"
    },
    "AlarmNamePrefix": {
      "type": "string"
    },
    "AlarmTypes": {
      "type": "array"
    },
    "ChildrenOfAlarmName": {
      "type": "string"
    },
    "ParentsOfAlarmName": {
      "type": "string"
    },
    "ActionPrefix": {
      "type": "string"
    },
    "MaxRecords": {
      "type": "integer"
    },
    "NextToken": {
      "type": "string"
    }
  }
}