elb_attach_load_balancer_to_subnets {paws.networking} | R Documentation |
Adds one or more subnets to the set of configured subnets for the specified load balancer
Description
Adds one or more subnets to the set of configured subnets for the specified load balancer.
See https://www.paws-r-sdk.com/docs/elb_attach_load_balancer_to_subnets/ for full documentation.
Usage
elb_attach_load_balancer_to_subnets(LoadBalancerName, Subnets)
Arguments
LoadBalancerName |
[required] The name of the load balancer. |
Subnets |
[required] The IDs of the subnets to add. You can add only one subnet per Availability Zone. |
[Package paws.networking version 0.9.0 Index]