Tag Resource
| connect_tag_resource | R Documentation |
Adds the specified tags to the specified resource¶
Description¶
Adds the specified tags to the specified resource.
Some of the supported resource types are agents, routing profiles, queues, quick connects, flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see Tagging resources in Connect Customer.
For sample policies that use tags, see Connect Customer Identity-Based Policy Examples in the Connect Customer Administrator Guide.
Usage¶
connect_tag_resource(resourceArn, tags)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
tags |
[required] The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
resourceArn = "string",
tags = list(
"string"
)
)