aws.cloudtrail.list_tags
Example SQL Queries
SELECT * FROMaws.cloudtrail.list_tagsWHERE"resource_id_list" = 'VALUE';Description
Lists the tags for the specified trails, event data stores, or channels in the current Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_id_list Required Input Column Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs. Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890 | VARCHAR[] |
Show child fields
| |
| _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 |
| resource_id Specifies the ARN of the resource. | VARCHAR |
| tags_list A list of tags. | STRUCT( |
Show child fields
| |