AWS CloudWatch · JSON Structure

Cloudwatch Get Metric Statistics Input Structure

Type: object Properties: 8
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

Namespace MetricName Dimensions StartTime EndTime Period Statistics ExtendedStatistics

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

JSON Structure

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