View source: R/elbv2_operations.R
elbv2_deregister_targets | R Documentation |
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.
elbv2_deregister_targets(TargetGroupArn, Targets)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.