Amazon Elastic Load Balancing · JSON Structure

Amazon Elastic Load Balancing Create Load Balancer Response Structure

Response from the CreateLoadBalancer action

Type: object Properties: 1
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

CreateLoadBalancerResponse 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

loadBalancers

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-load-balancer-response-structure.json",
  "name": "CreateLoadBalancerResponse",
  "description": "Response from the CreateLoadBalancer action",
  "type": "object",
  "properties": {
    "loadBalancers": {
      "type": "array",
      "description": "Information about the load balancer",
      "items": {
        "$ref": "#/components/schemas/LoadBalancer"
      }
    }
  }
}