Amazon Global Accelerator · JSON Structure

Global Accelerator Add Custom Routing Endpoints Response Structure

AddCustomRoutingEndpointsResponse schema from Amazon Global Accelerator API

Type: object Properties: 2
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

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

Properties

EndpointDescriptions EndpointGroupArn

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-add-custom-routing-endpoints-response-structure.json",
  "name": "AddCustomRoutingEndpointsResponse",
  "description": "AddCustomRoutingEndpointsResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "EndpointDescriptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomRoutingEndpointDescriptions"
        },
        {
          "description": "The endpoint objects added to the custom routing accelerator."
        }
      ]
    },
    "EndpointGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint."
        }
      ]
    }
  }
}