CreateLoadBalancerRequest

Types

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

Properties

Link copied to clipboard

[Application Load Balancers on Outposts] The ID of the customer-owned address pool (CoIP pool).

Link copied to clipboard

[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT. The IP address type must be dualstack. The default value is off.

Link copied to clipboard

The IP address type. Internal load balancers must use ipv4.

Link copied to clipboard

[Application Load Balancers] The IPAM pools to use with the load balancer.

Link copied to clipboard
val name: String?

The name of the load balancer.

Link copied to clipboard

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

Link copied to clipboard

[Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.

Link copied to clipboard

The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both.

Link copied to clipboard

The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets.

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

The tags to assign to the load balancer.

Link copied to clipboard

The type of load balancer. The default is application.

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