Module: AWSCDK::ElasticLoadBalancingv2::IPAddressType

Defined in:
elastic_load_balancingv2/ip_address_type.rb

Overview

What kind of addresses to allocate to the load balancer.

Constant Summary collapse

IPV4 =
Deprecated.
Note:

Default:

Allocate IPv4 addresses.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.IpAddressType", "IPV4")
DUAL_STACK =
Deprecated.
Note:

Default:

Allocate both IPv4 and IPv6 addresses.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.IpAddressType", "DUAL_STACK")
DUAL_STACK_WITHOUT_PUBLIC_IPV4 =
Deprecated.
Note:

Default:

IPv6 only public addresses, with private IPv4 and IPv6 addresses.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.IpAddressType", "DUAL_STACK_WITHOUT_PUBLIC_IPV4")