{
  "typeName" : "AWS::CloudWatch::Dashboard",
  "description" : "Resource Type definition for AWS::CloudWatch::Dashboard",
  "additionalProperties" : false,
  "properties" : {
    "DashboardName" : {
      "type" : "string"
    },
    "DashboardBody" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    }
  },
  "required" : [ "DashboardBody" ],
  "createOnlyProperties" : [ "/properties/DashboardName" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}