Amazon CloudWatch · JSON Structure

Cloudwatch List Dashboards Response Structure

Response from the ListDashboards action

Type: object Properties: 2
CloudWatchMonitoringObservabilityMetricsLogs

ListDashboardsResponse is a JSON Structure definition published by Amazon CloudWatch, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

dashboardEntries nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudwatch/refs/heads/main/json-structure/cloudwatch-list-dashboards-response-structure.json",
  "name": "ListDashboardsResponse",
  "description": "Response from the ListDashboards action",
  "type": "object",
  "properties": {
    "dashboardEntries": {
      "type": "array",
      "description": "The list of matching dashboards",
      "items": {
        "$ref": "#/components/schemas/Dashboard"
      }
    },
    "nextToken": {
      "type": "string",
      "description": "Token for the next page of results"
    }
  }
}