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

The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

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