Amazon Elastic Load Balancing · JSON Structure

Amazon Elastic Load Balancing Create Listener Response Structure

Response from the CreateListener action

Type: object Properties: 1
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

CreateListenerResponse is a JSON Structure definition published by Amazon Elastic Load Balancing, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

listeners

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