elbv2_remove_tags {paws.networking} | R Documentation |
Removes the specified tags from the specified Elastic Load Balancing resources
Description
Removes the specified tags from the specified Elastic Load Balancing resources. You can remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.
See https://www.paws-r-sdk.com/docs/elbv2_remove_tags/ for full documentation.
Usage
elbv2_remove_tags(ResourceArns, TagKeys)
Arguments
ResourceArns |
[required] The Amazon Resource Name (ARN) of the resource. |
TagKeys |
[required] The tag keys for the tags to remove. |
[Package paws.networking version 0.7.0 Index]