elb_deregister_instances_from_load_balancer {paws.networking} | R Documentation |
Deregisters the specified instances from the specified load balancer
Description
Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.
See https://www.paws-r-sdk.com/docs/elb_deregister_instances_from_load_balancer/ for full documentation.
Usage
elb_deregister_instances_from_load_balancer(LoadBalancerName, Instances)
Arguments
LoadBalancerName |
[required] The name of the load balancer. |
Instances |
[required] The IDs of the instances. |
[Package paws.networking version 0.7.0 Index]