aws.resource_groups.get_tags
Example SQL Queries
SELECT * FROMaws.resource_groups.get_tagsWHERE"arn" = 'VALUE';Description
Returns a list of tags that are associated with a resource group, specified by an ARN.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:GetTags
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The ARN of the tagged resource group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| tags The tags associated with the specified resource group. | MAP(VARCHAR, VARCHAR) |