{
  "typeName" : "AWS::EC2::VPCEndpoint",
  "description" : "Resource Type definition for AWS::EC2::VPCEndpoint",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "CreationTimestamp" : {
      "type" : "string"
    },
    "DnsEntries" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "type" : "string"
      }
    },
    "NetworkInterfaceIds" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "type" : "string"
      }
    },
    "PolicyDocument" : {
      "type" : "object"
    },
    "PrivateDnsEnabled" : {
      "type" : "boolean"
    },
    "RouteTableIds" : {
      "type" : "array",
      "uniqueItems" : true,
      "items" : {
        "type" : "string"
      }
    },
    "SecurityGroupIds" : {
      "type" : "array",
      "uniqueItems" : true,
      "items" : {
        "type" : "string"
      }
    },
    "ServiceName" : {
      "type" : "string"
    },
    "SubnetIds" : {
      "type" : "array",
      "uniqueItems" : true,
      "items" : {
        "type" : "string"
      }
    },
    "VpcEndpointType" : {
      "type" : "string"
    },
    "VpcId" : {
      "type" : "string"
    }
  },
  "required" : [ "VpcId", "ServiceName" ],
  "readOnlyProperties" : [ "/properties/NetworkInterfaceIds", "/properties/CreationTimestamp", "/properties/DnsEntries", "/properties/Id" ],
  "createOnlyProperties" : [ "/properties/ServiceName", "/properties/VpcEndpointType", "/properties/VpcId" ],
  "primaryIdentifier" : [ "/properties/Id" ]
}