elb_describe_instance_health {paws.networking} | R Documentation |
Describes the state of the specified instances with respect to the specified load balancer
Description
Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.
See https://www.paws-r-sdk.com/docs/elb_describe_instance_health/ for full documentation.
Usage
elb_describe_instance_health(LoadBalancerName, Instances = NULL)
Arguments
LoadBalancerName |
[required] The name of the load balancer. |
Instances |
The IDs of the instances. |
[Package paws.networking version 0.7.0 Index]