turbot/aws_insights

Query: redshift_snapshot_input

Usage

powerpipe query aws_insights.query.redshift_snapshot_input

Steampipe Tables

SQL

select
title as label,
akas::text as value,
json_build_object(
'account_id', account_id,
'region', region
) as tags
from
aws_redshift_snapshot
order by
akas;