{
  "typeName" : "AWS::IoT1Click::Placement",
  "description" : "Resource Type definition for AWS::IoT1Click::Placement",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "PlacementName" : {
      "type" : "string"
    },
    "ProjectName" : {
      "type" : "string"
    },
    "AssociatedDevices" : {
      "type" : "object"
    },
    "Attributes" : {
      "type" : "object"
    }
  },
  "required" : [ "ProjectName" ],
  "createOnlyProperties" : [ "/properties/PlacementName", "/properties/AssociatedDevices", "/properties/ProjectName" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}