elbv2_deregister_targets {paws.networking} | R Documentation |
Deregisters the specified targets from the specified target group
Description
Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.
See https://www.paws-r-sdk.com/docs/elbv2_deregister_targets/ for full documentation.
Usage
elbv2_deregister_targets(TargetGroupArn, Targets)
Arguments
TargetGroupArn |
[required] The Amazon Resource Name (ARN) of the target group. |
Targets |
[required] The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it. |
[Package paws.networking version 0.9.0 Index]