AWS CloudWatch · Schema

StandardUnit

The unit of the metric.

AlarmsAwsDashboardsLogsMetricsMonitoringObservability
View JSON Schema on GitHub

JSON Schema

cloudwatch-standardunit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StandardUnit",
  "title": "StandardUnit",
  "type": "string",
  "description": "The unit of the metric.",
  "enum": [
    "Seconds",
    "Microseconds",
    "Milliseconds",
    "Bytes",
    "Kilobytes",
    "Megabytes",
    "Gigabytes",
    "Terabytes",
    "Bits",
    "Kilobits",
    "Megabits",
    "Gigabits",
    "Terabits",
    "Percent",
    "Count",
    "Bytes/Second",
    "Kilobytes/Second",
    "Megabytes/Second",
    "Gigabytes/Second",
    "Terabytes/Second",
    "Bits/Second",
    "Kilobits/Second",
    "Megabits/Second",
    "Gigabits/Second",
    "Terabits/Second",
    "Count/Second",
    "None"
  ]
}