{
  "typeName" : "AWS::EC2::NetworkInterfaceAttachment",
  "description" : "Resource Type definition for AWS::EC2::NetworkInterfaceAttachment",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "DeleteOnTermination" : {
      "type" : "boolean"
    },
    "DeviceIndex" : {
      "type" : "string"
    },
    "InstanceId" : {
      "type" : "string"
    },
    "NetworkInterfaceId" : {
      "type" : "string"
    }
  },
  "required" : [ "NetworkInterfaceId", "InstanceId", "DeviceIndex" ],
  "readOnlyProperties" : [ "/properties/Id" ],
  "primaryIdentifier" : [ "/properties/Id" ]
}