turbot/aws_insights

Query: redshift_cluster_overview

Usage

powerpipe query aws_insights.query.redshift_cluster_overview

Steampipe Tables

SQL

select
cluster_identifier as "Cluster Identifier",
cluster_namespace_arn as "Cluster Namespace ARN",
db_name as "DB Name",
vpc_id as "VPC ID",
kms_key_id as "KMS Key ID",
title as "Title",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_redshift_cluster
where
arn = $1

Dashboards

The query is used in the dashboards: