AWS CloudWatch · JSON Structure

Cloudwatch Statistic Set Structure

Type: object Properties: 4
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

SampleCount Sum Minimum Maximum

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StatisticSet",
  "type": "object",
  "properties": {
    "SampleCount": {
      "type": "number"
    },
    "Sum": {
      "type": "number"
    },
    "Minimum": {
      "type": "number"
    },
    "Maximum": {
      "type": "number"
    }
  }
}