AWS CloudWatch · Schema

ListDashboardsOutput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
DashboardEntries array The list of matching dashboards.
NextToken string The token that marks the start of the next batch of returned results.
View JSON Schema on GitHub

JSON Schema

cloudwatch-list-dashboards-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListDashboardsOutput",
  "type": "object",
  "properties": {
    "DashboardEntries": {
      "type": "array",
      "description": "The list of matching dashboards."
    },
    "NextToken": {
      "type": "string",
      "description": "The token that marks the start of the next batch of returned results."
    }
  }
}