Amazon Global Accelerator · JSON Structure

Global Accelerator Add Endpoints Response Structure

AddEndpointsResponse schema from Amazon Global Accelerator API

Type: object Properties: 2
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

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