Adds the specified tags to the specified resource.
The supported resource types are users, routing profiles, quick connects, and contact flows.
For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
connect_tag_resource(resourceArn, tags)
An empty list.
[required] The Amazon Resource Name (ARN) of the resource.
[required] One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
svc$tag_resource(
resourceArn = "string",
tags = list(
"string"
)
)