List Tags For Resource
| customerprofiles_list_tags_for_resource | R Documentation |
Displays the tags associated with an Amazon Connect Customer Profiles resource¶
Description¶
Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
Usage¶
customerprofiles_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The ARN of the resource for which you want to view tags. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)