AWS CloudWatch · JSON Structure

Cloudwatch Metric Data Query Structure

Type: object Properties: 6
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

Id Expression Label ReturnData Period AccountId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetricDataQuery",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Expression": {
      "type": "string"
    },
    "Label": {
      "type": "string"
    },
    "ReturnData": {
      "type": "boolean"
    },
    "Period": {
      "type": "integer"
    },
    "AccountId": {
      "type": "string"
    }
  }
}