{
  "typeName" : "AWS::IoT1Click::Device",
  "description" : "Resource Type definition for AWS::IoT1Click::Device",
  "additionalProperties" : false,
  "properties" : {
    "DeviceId" : {
      "type" : "string"
    },
    "Enabled" : {
      "type" : "boolean"
    },
    "Arn" : {
      "type" : "string"
    }
  },
  "required" : [ "Enabled", "DeviceId" ],
  "readOnlyProperties" : [ "/properties/Arn", "/properties/DeviceId" ],
  "createOnlyProperties" : [ "/properties/DeviceId" ],
  "primaryIdentifier" : [ "/properties/DeviceId" ]
}