DescribeCustomRoutingListenerResponse

DescribeCustomRoutingListenerResponse schema from Amazon Global Accelerator API

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

Properties

Name Type Description
Listener object
View JSON Schema on GitHub

JSON Schema

global-accelerator-describe-custom-routing-listener-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-schema/global-accelerator-describe-custom-routing-listener-response-schema.json",
  "title": "DescribeCustomRoutingListenerResponse",
  "description": "DescribeCustomRoutingListenerResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "Listener": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomRoutingListener"
        },
        {
          "description": "The description of a listener for a custom routing accelerator."
        }
      ]
    }
  }
}