Set Ip Address Type
elbv2_set_ip_address_type | 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.
Usage¶
elbv2_set_ip_address_type(LoadBalancerArn, IpAddressType)
Arguments¶
LoadBalancerArn |
[required] The Amazon Resource Name (ARN) of the load balancer. |
IpAddressType |
[required] The IP address type. Internal load balancers must use
[Application Load Balancers] The possible values are
Application Load Balancer authentication supports IPv4 addresses only when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer can't complete the authentication process, resulting in HTTP 500 errors. [Network Load Balancers and Gateway Load Balancers] The possible
values are |
Value¶
A list with the following syntax:
list(
IpAddressType = "ipv4"|"dualstack"|"dualstack-without-public-ipv4"
)
Request syntax¶
svc$set_ip_address_type(
LoadBalancerArn = "string",
IpAddressType = "ipv4"|"dualstack"|"dualstack-without-public-ipv4"
)