globalaccelerator_tag_resource {paws.networking} | R Documentation |
Add tags to an accelerator resource
Description
Add tags to an accelerator resource.
See https://www.paws-r-sdk.com/docs/globalaccelerator_tag_resource/ for full documentation.
Usage
globalaccelerator_tag_resource(ResourceArn, Tags)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource. |
Tags |
[required] The tags to add to a resource. A tag consists of a key and a value that you define. |
[Package paws.networking version 0.9.0 Index]