turbot/aws_insights

Query: redshift_clusters_for_vpc

Usage

powerpipe query aws_insights.query.redshift_clusters_for_vpc

Steampipe Tables

SQL

select
arn as redshift_cluster_arn
from
aws_redshift_cluster
where
vpc_id = $1;