Amazon Global Accelerator · JSON Structure

Global Accelerator Remove Custom Routing Endpoints Request Structure

RemoveCustomRoutingEndpointsRequest schema from Amazon Global Accelerator API

Type: object Properties: 2 Required: 2
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

RemoveCustomRoutingEndpointsRequest 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

EndpointIds 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-remove-custom-routing-endpoints-request-structure.json",
  "name": "RemoveCustomRoutingEndpointsRequest",
  "description": "RemoveCustomRoutingEndpointsRequest schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "EndpointIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EndpointIds"
        },
        {
          "description": "The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs. "
        }
      ]
    },
    "EndpointGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from."
        }
      ]
    }
  },
  "required": [
    "EndpointIds",
    "EndpointGroupArn"
  ]
}