{
  "typeName" : "AWS::EC2::EIPAssociation",
  "description" : "Resource Type definition for AWS::EC2::EIPAssociation",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "AllocationId" : {
      "type" : "string"
    },
    "EIP" : {
      "type" : "string"
    },
    "InstanceId" : {
      "type" : "string"
    },
    "NetworkInterfaceId" : {
      "type" : "string"
    },
    "PrivateIpAddress" : {
      "type" : "string"
    }
  },
  "readOnlyProperties" : [ "/properties/Id" ],
  "primaryIdentifier" : [ "/properties/Id" ]
}