{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-structure/global-accelerator-custom-routing-endpoint-description-structure.json", "name": "CustomRoutingEndpointDescription", "description": "A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints, which are virtual private cloud (VPC) subnets.", "type": "object", "properties": { "EndpointId": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID. " } ] } } }