nimblestudio_tag_resource {paws.end.user.computing} | R Documentation |
Creates tags for a resource, given its ARN.
See https://www.paws-r-sdk.com/docs/nimblestudio_tag_resource/ for full documentation.
nimblestudio_tag_resource(resourceArn, tags = NULL)
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource you want to add tags to. |
tags |
A collection of labels, in the form of key-value pairs, that apply to this resource. |