Create Tags
mq_create_tags | R Documentation |
Add a tag to a resource¶
Description¶
Add a tag to a resource.
Usage¶
mq_create_tags(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource tag. |
Tags |
The key-value pair for the resource tag. |
Value¶
An empty list.
Request syntax¶
svc$create_tags(
ResourceArn = "string",
Tags = list(
"string"
)
)