turbot/aws_insights

Query: redshift_snapshot_tags

Usage

powerpipe query aws_insights.query.redshift_snapshot_tags

Steampipe Tables

SQL

select
tag ->> 'Key' as "Key",
tag ->> 'Value' as "Value"
from
aws_redshift_snapshot,
jsonb_array_elements(tags_src) as tag
where
akas :: text = $1
order by
tag ->> 'Key';

Dashboards

The query is used in the dashboards: