Amazon Global Accelerator · JSON Structure

Global Accelerator Create Custom Routing Listener Request Structure

CreateCustomRoutingListenerRequest schema from Amazon Global Accelerator API

Type: object Properties: 3 Required: 3
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

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

Properties

AcceleratorArn PortRanges IdempotencyToken

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-create-custom-routing-listener-request-structure.json",
  "name": "CreateCustomRoutingListenerRequest",
  "description": "CreateCustomRoutingListenerRequest schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "AcceleratorArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the accelerator for a custom routing listener."
        }
      ]
    },
    "PortRanges": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortRanges"
        },
        {
          "description": "<p>The port range to support for connections from clients to your accelerator.</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>"
        }
      ]
    },
    "IdempotencyToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdempotencyToken"
        },
        {
          "description": "A unique, case-sensitive identifier that you provide to ensure the idempotency\u2014that is, the uniqueness\u2014of the request."
        }
      ]
    }
  },
  "required": [
    "AcceleratorArn",
    "PortRanges",
    "IdempotencyToken"
  ]
}