AWS CloudWatch · Schema

DashboardBody

The JSON body structure for a CloudWatch dashboard.

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
widgets array An array of dashboard widget objects.
View JSON Schema on GitHub

JSON Schema

cloudwatch-dashboard-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DashboardBody",
  "type": "object",
  "description": "The JSON body structure for a CloudWatch dashboard.",
  "properties": {
    "widgets": {
      "type": "array",
      "description": "An array of dashboard widget objects."
    }
  }
}