Amazon CloudWatch · JSON Structure

Cloudwatch Describe Alarms Response Structure

Response from the DescribeAlarms action

Type: object Properties: 2
CloudWatchMonitoringObservabilityMetricsLogs

DescribeAlarmsResponse is a JSON Structure definition published by Amazon CloudWatch, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

metricAlarms nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudwatch/refs/heads/main/json-structure/cloudwatch-describe-alarms-response-structure.json",
  "name": "DescribeAlarmsResponse",
  "description": "Response from the DescribeAlarms action",
  "type": "object",
  "properties": {
    "metricAlarms": {
      "type": "array",
      "description": "The information about the alarms",
      "items": {
        "$ref": "#/components/schemas/Alarm"
      }
    },
    "nextToken": {
      "type": "string",
      "description": "Token for the next page of results"
    }
  }
}