Amazon Global Accelerator · JSON Structure

Global Accelerator Update Custom Routing Listener Request Structure

UpdateCustomRoutingListenerRequest schema from Amazon Global Accelerator API

Type: object Properties: 2 Required: 2
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

UpdateCustomRoutingListenerRequest 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

ListenerArn PortRanges

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-update-custom-routing-listener-request-structure.json",
  "name": "UpdateCustomRoutingListenerRequest",
  "description": "UpdateCustomRoutingListenerRequest schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "ListenerArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the listener to update."
        }
      ]
    },
    "PortRanges": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortRanges"
        },
        {
          "description": "<p>The updated port range to support for connections from clients to your accelerator. If you remove ports that are currently being used by a subnet endpoint, the call fails.</p> <p>Separately, you set port ranges for endpoints. For more information, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html\">About endpoints for custom routing accelerators</a>.</p>"
        }
      ]
    }
  },
  "required": [
    "ListenerArn",
    "PortRanges"
  ]
}