enum IpAddressType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElasticLoadBalancingV2.IpAddressType |
Java | software.amazon.awscdk.services.elasticloadbalancingv2.IpAddressType |
Python | aws_cdk.aws_elasticloadbalancingv2.IpAddressType |
TypeScript (source) | @aws-cdk/aws-elasticloadbalancingv2 » IpAddressType |
What kind of addresses to allocate to the load balancer.
Members
| Name | Description |
|---|---|
| IPV4 | Allocate IPv4 addresses. |
| DUAL_STACK | Allocate both IPv4 and IPv6 addresses. |
IPV4
Allocate IPv4 addresses.
DUAL_STACK
Allocate both IPv4 and IPv6 addresses.

.NET
Java
Python
TypeScript (