{
  "typeName" : "AWS::EC2::VolumeAttachment",
  "description" : "Resource Type definition for AWS::EC2::VolumeAttachment",
  "additionalProperties" : false,
  "properties" : {
    "VolumeId" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "InstanceId" : {
      "type" : "string"
    },
    "Device" : {
      "type" : "string"
    }
  },
  "required" : [ "VolumeId", "InstanceId", "Device" ],
  "createOnlyProperties" : [ "/properties/Device", "/properties/InstanceId", "/properties/VolumeId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}