turbot/aws_insights

Query: redshift_cluster_parameter_groups

Usage

powerpipe query aws_insights.query.redshift_cluster_parameter_groups

Steampipe Tables

SQL

select
p -> 'ClusterParameterStatusList' as "Cluster Parameter Status List",
p ->> 'ParameterApplyStatus' as "Parameter Apply Status",
p ->> 'ParameterGroupName' as "Parameter Group Name"
from
aws_redshift_cluster,
jsonb_array_elements(cluster_parameter_groups) as p
where
arn = $1;

Dashboards

The query is used in the dashboards: