Amazon Global Accelerator · JSON Structure

Global Accelerator Add Endpoints Request Structure

AddEndpointsRequest schema from Amazon Global Accelerator API

Type: object Properties: 2 Required: 2
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

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

Properties

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