AWS CloudWatch · Schema

DeleteDashboardsInput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
DashboardNames array The dashboards to be deleted. This parameter is required.
View JSON Schema on GitHub

JSON Schema

cloudwatch-delete-dashboards-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteDashboardsInput",
  "type": "object",
  "properties": {
    "DashboardNames": {
      "type": "array",
      "description": "The dashboards to be deleted. This parameter is required."
    }
  }
}