elbv2_add_tags {paws.networking} | R Documentation |
Adds the specified tags to the specified Elastic Load Balancing resource
Description
Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, trust stores, listeners, and rules.
See https://www.paws-r-sdk.com/docs/elbv2_add_tags/ for full documentation.
Usage
elbv2_add_tags(ResourceArns, Tags)
Arguments
ResourceArns |
[required] The Amazon Resource Name (ARN) of the resource. |
Tags |
[required] The tags. |
[Package paws.networking version 0.9.0 Index]