AWS CloudWatch · Schema

ListDashboardsInput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
DashboardNamePrefix string If you specify this parameter, only the dashboards with names starting with the specified string are listed.
NextToken string The token returned by a previous call to indicate there is more data available.
View JSON Schema on GitHub

JSON Schema

cloudwatch-listdashboardsinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListDashboardsInput",
  "title": "ListDashboardsInput",
  "type": "object",
  "properties": {
    "DashboardNamePrefix": {
      "type": "string",
      "description": "If you specify this parameter, only the dashboards with names starting with the specified string are listed.",
      "example": "example_value"
    },
    "NextToken": {
      "type": "string",
      "description": "The token returned by a previous call to indicate there is more data available.",
      "example": "example_value"
    }
  }
}