ListCustomRoutingEndpointGroupsResponse

ListCustomRoutingEndpointGroupsResponse schema from Amazon Global Accelerator API

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

Properties

Name Type Description
EndpointGroups object
NextToken object
View JSON Schema on GitHub

JSON Schema

global-accelerator-list-custom-routing-endpoint-groups-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-schema/global-accelerator-list-custom-routing-endpoint-groups-response-schema.json",
  "title": "ListCustomRoutingEndpointGroupsResponse",
  "description": "ListCustomRoutingEndpointGroupsResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "EndpointGroups": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomRoutingEndpointGroups"
        },
        {
          "description": "The list of the endpoint groups associated with a listener for a custom routing accelerator."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The token for the next set of results. You receive this token from a previous call."
        }
      ]
    }
  }
}