Skip to contents

[Application Load Balancers] Modify the IP pool associated to a load balancer.

See https://www.paws-r-sdk.com/docs/elbv2_modify_ip_pools/ for full documentation.

Usage

elbv2_modify_ip_pools(
  LoadBalancerArn,
  IpamPools = NULL,
  RemoveIpamPools = NULL
)

Arguments

LoadBalancerArn

[required] The Amazon Resource Name (ARN) of the load balancer.

IpamPools

The IPAM pools to be modified.

RemoveIpamPools

Remove the IP pools in use by the load balancer.