Amazon Global Accelerator · JSON Structure

Global Accelerator Custom Routing Endpoint Description Structure

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: 1
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

CustomRoutingEndpointDescription is a JSON Structure definition published by Amazon Global Accelerator, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EndpointId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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. "
        }
      ]
    }
  }
}