elbv2_set_ip_address_type {paws.networking} | R Documentation |
Sets the type of IP addresses used by the subnets of the specified load balancer
Description
Sets the type of IP addresses used by the subnets of the specified load balancer.
See https://www.paws-r-sdk.com/docs/elbv2_set_ip_address_type/ for full documentation.
Usage
elbv2_set_ip_address_type(LoadBalancerArn, IpAddressType)
Arguments
LoadBalancerArn |
[required] The Amazon Resource Name (ARN) of the load balancer. |
IpAddressType |
[required] Note: Internal load balancers must use the [Application Load Balancers] The IP address type. The possible values
are Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors. [Network Load Balancers] The IP address type. The possible values are
[Gateway Load Balancers] The IP address type. The possible values are
|