paws.networking (version 0.1.6)

elbv2_set_ip_address_type: Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network Load Balancer

Description

Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network 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. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

Request syntax

svc$set_ip_address_type(
  LoadBalancerArn = "string",
  IpAddressType = "ipv4"|"dualstack"
)