AWS CloudWatch · Schema

GetMetricStatisticsOutput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
Label string A label for the specified metric.
Datapoints array The data points for the specified metric.
View JSON Schema on GitHub

JSON Schema

cloudwatch-get-metric-statistics-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetMetricStatisticsOutput",
  "type": "object",
  "properties": {
    "Label": {
      "type": "string",
      "description": "A label for the specified metric."
    },
    "Datapoints": {
      "type": "array",
      "description": "The data points for the specified metric."
    }
  }
}