List Tags For Resource
| accessanalyzer_list_tags_for_resource | R Documentation |
Retrieves a list of tags applied to the specified resource¶
Description¶
Retrieves a list of tags applied to the specified resource.
Usage¶
accessanalyzer_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The ARN of the resource to retrieve tags from. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)