IpAddressType

class aws_cdk.aws_elasticloadbalancingv2.IpAddressType(value)

Bases: Enum

What kind of addresses to allocate to the load balancer.

Attributes

DUAL_STACK

Allocate both IPv4 and IPv6 addresses.

IPV4

Allocate IPv4 addresses.