Amazon Global Accelerator · JSON Structure

Global Accelerator Create Custom Routing Endpoint Group Response Structure

CreateCustomRoutingEndpointGroupResponse schema from Amazon Global Accelerator API

Type: object Properties: 1
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

CreateCustomRoutingEndpointGroupResponse 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

EndpointGroup

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-create-custom-routing-endpoint-group-response-structure.json",
  "name": "CreateCustomRoutingEndpointGroupResponse",
  "description": "CreateCustomRoutingEndpointGroupResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "EndpointGroup": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomRoutingEndpointGroup"
        },
        {
          "description": "The information about the endpoint group created for a custom routing accelerator."
        }
      ]
    }
  }
}