Amazon Global Accelerator · JSON Structure

Global Accelerator Custom Routing Endpoint Configuration Structure

The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.

Type: object Properties: 1
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

CustomRoutingEndpointConfiguration 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-configuration-structure.json",
  "name": "CustomRoutingEndpointConfiguration",
  "description": "The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.",
  "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. "
        }
      ]
    }
  }
}