elbv2_set_ip_address_type: Sets the type of IP addresses used by the subnets of the...

View source: R/elbv2_operations.R

elbv2_set_ip_address_typeR 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] The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.