List Tags For Resource
| cognitoidentityprovider_list_tags_for_resource | R Documentation |
Lists the tags that are assigned to an Amazon Cognito user pool¶
Description¶
Lists the tags that are assigned to an Amazon Cognito user pool. For more information, see Tagging resources.
Usage¶
cognitoidentityprovider_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the user pool that the tags are assigned to. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)