AWS CloudWatch · Schema

DescribeAlarmsForMetricOutput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
MetricAlarms array The information for each alarm with the specified metric.
View JSON Schema on GitHub

JSON Schema

cloudwatch-describe-alarms-for-metric-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DescribeAlarmsForMetricOutput",
  "type": "object",
  "properties": {
    "MetricAlarms": {
      "type": "array",
      "description": "The information for each alarm with the specified metric."
    }
  }
}