Get Tags
resourcegroups_get_tags | R Documentation |
Returns a list of tags that are associated with a resource group, specified by an Amazon resource name (ARN)¶
Description¶
Returns a list of tags that are associated with a resource group, specified by an Amazon resource name (ARN).
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:GetTags
Usage¶
resourcegroups_get_tags(Arn)
Arguments¶
Arn |
[required] The Amazon resource name (ARN) of the resource group whose tags you want to retrieve. |
Value¶
A list with the following syntax:
list(
Arn = "string",
Tags = list(
"string"
)
)
Request syntax¶
svc$get_tags(
Arn = "string"
)