AWS CloudWatch · Schema

GetDashboardInput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
DashboardName string The name of the dashboard to be described.
View JSON Schema on GitHub

JSON Schema

cloudwatch-getdashboardinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetDashboardInput",
  "title": "GetDashboardInput",
  "type": "object",
  "required": [
    "DashboardName"
  ],
  "properties": {
    "DashboardName": {
      "type": "string",
      "description": "The name of the dashboard to be described.",
      "example": "example_value"
    }
  }
}