List Tags For Resource
managedgrafana_list_tags_for_resource | R Documentation |
The ListTagsForResource operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the resourceArn¶
Description¶
The list_tags_for_resource
operation returns the tags that are
associated with the Amazon Managed Service for Grafana resource
specified by the resourceArn
. Currently, the only resource that can be
tagged is a workspace.
Usage¶
managedgrafana_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The ARN of the resource the list of tags are associated with. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)