Amazon CloudWatch · JSON Structure

Cloudwatch Put Dashboard Response Structure

Response from the PutDashboard action

Type: object Properties: 1
CloudWatchMonitoringObservabilityMetricsLogs

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

Properties

dashboardValidationMessages

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-put-dashboard-response-structure.json",
  "name": "PutDashboardResponse",
  "description": "Response from the PutDashboard action",
  "type": "object",
  "properties": {
    "dashboardValidationMessages": {
      "type": "array",
      "description": "Validation messages from the dashboard body",
      "items": {
        "type": "object",
        "properties": {
          "dataPath": {
            "type": "string",
            "description": "The data path related to the message"
          },
          "message": {
            "type": "string",
            "description": "A message describing the error or warning"
          }
        }
      }
    }
  }
}