turbot/aws_insights

Query: s3_bucket_tags_detail

Usage

powerpipe query aws_insights.query.s3_bucket_tags_detail

Steampipe Tables

SQL

select
tag ->> 'Key' as "Key",
tag ->> 'Value' as "Value"
from
aws_s3_bucket,
jsonb_array_elements(tags_src) as tag
where
arn = $1
order by
tag ->> 'Key';

Dashboards

The query is used in the dashboards: