mq_create_tags {paws.application.integration} | R Documentation |
Add a tag to a resource
Description
Add a tag to a resource.
See https://www.paws-r-sdk.com/docs/mq_create_tags/ for full documentation.
Usage
mq_create_tags(ResourceArn, Tags = NULL)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource tag. |
Tags |
The key-value pair for the resource tag. |
[Package paws.application.integration version 0.7.0 Index]