elb_deregister_instances_from_load_balancer: Deregisters the specified instances from the specified load...

View source: R/elb_operations.R

elb_deregister_instances_from_load_balancerR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.