turbot/aws_insights

Query: rds_db_instance_parameter_groups

Usage

powerpipe query aws_insights.query.rds_db_instance_parameter_groups

Steampipe Tables

SQL

select
p ->> 'DBParameterGroupName' as "DB Parameter Group Name",
p ->> 'ParameterApplyStatus' as "Parameter Apply Status"
from
aws_rds_db_instance,
jsonb_array_elements(db_parameter_groups) as p
where
arn = $1;

Dashboards

The query is used in the dashboards: