AWS CloudWatch · JSON Structure

Cloudwatch Describe Alarms For Metric Input Structure

Type: object Properties: 5
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

MetricName Namespace ExtendedStatistic Dimensions Period

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DescribeAlarmsForMetricInput",
  "type": "object",
  "properties": {
    "MetricName": {
      "type": "string"
    },
    "Namespace": {
      "type": "string"
    },
    "ExtendedStatistic": {
      "type": "string"
    },
    "Dimensions": {
      "type": "array"
    },
    "Period": {
      "type": "integer"
    }
  }
}