aws-cdk-lib.aws_elasticloadbalancingv2.IpAddressType
enum IpAddressType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElasticLoadBalancingV2.IpAddressType |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#IpAddressType |
![]() | software.amazon.awscdk.services.elasticloadbalancingv2.IpAddressType |
![]() | aws_cdk.aws_elasticloadbalancingv2.IpAddressType |
![]() | aws-cdk-lib » 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.