AWS CloudWatch · Schema

DashboardValidationMessage

An error or warning for the PutDashboard operation.

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
DataPath string The data path related to the message.
Message string A message describing the error or warning.
View JSON Schema on GitHub

JSON Schema

cloudwatch-dashboard-validation-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DashboardValidationMessage",
  "type": "object",
  "description": "An error or warning for the PutDashboard operation.",
  "properties": {
    "DataPath": {
      "type": "string",
      "description": "The data path related to the message."
    },
    "Message": {
      "type": "string",
      "description": "A message describing the error or warning."
    }
  }
}