CreateListenerResponse

Response from the CreateListener action

Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

Properties

Name Type Description
listeners array Information about the listener
View JSON Schema on GitHub

JSON Schema

amazon-elastic-load-balancing-create-listener-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-create-listener-response-schema.json",
  "title": "CreateListenerResponse",
  "description": "Response from the CreateListener action",
  "type": "object",
  "properties": {
    "listeners": {
      "type": "array",
      "description": "Information about the listener",
      "items": {
        "$ref": "#/components/schemas/Listener"
      }
    }
  }
}