CreateLoadBalancerRequest

Contains the parameters for CreateLoadBalancer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more Availability Zones from the same region as the load balancer.

Link copied to clipboard

The listeners.

Link copied to clipboard

The name of the load balancer.

Link copied to clipboard

The type of a load balancer. Valid only for load balancers in a VPC.

Link copied to clipboard

The IDs of the security groups to assign to the load balancer.

Link copied to clipboard

The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to assign to the load balancer.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String