servicediscovery_tag_resource {paws.networking} | R Documentation |
Adds one or more tags to the specified resource
Description
Adds one or more tags to the specified resource.
See https://www.paws-r-sdk.com/docs/servicediscovery_tag_resource/ for full documentation.
Usage
servicediscovery_tag_resource(ResourceARN, Tags)
Arguments
ResourceARN |
[required] The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for. |
Tags |
[required] The tags to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null. |
[Package paws.networking version 0.7.0 Index]