Amazon Global Accelerator · JSON Structure

Global Accelerator Delete Custom Routing Listener Request Structure

DeleteCustomRoutingListenerRequest schema from Amazon Global Accelerator API

Type: object Properties: 1 Required: 1
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

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

Properties

ListenerArn

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-delete-custom-routing-listener-request-structure.json",
  "name": "DeleteCustomRoutingListenerRequest",
  "description": "DeleteCustomRoutingListenerRequest 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 delete."
        }
      ]
    }
  },
  "required": [
    "ListenerArn"
  ]
}