DescribeListenersResponse

Response from the DescribeListeners action

Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

Properties

Name Type Description
listeners array Information about the listeners
nextMarker string The marker to use for the next set of results
View JSON Schema on GitHub

JSON Schema

amazon-elastic-load-balancing-describe-listeners-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-load-balancing/refs/heads/main/json-schema/amazon-elastic-load-balancing-describe-listeners-response-schema.json",
  "title": "DescribeListenersResponse",
  "description": "Response from the DescribeListeners action",
  "type": "object",
  "properties": {
    "listeners": {
      "type": "array",
      "description": "Information about the listeners",
      "items": {
        "$ref": "#/components/schemas/Listener"
      }
    },
    "nextMarker": {
      "type": "string",
      "description": "The marker to use for the next set of results"
    }
  }
}