turbot/aws_insights

Query: rds_db_snapshot_attribute

Usage

powerpipe query aws_insights.query.rds_db_snapshot_attribute

Steampipe Tables

SQL

select
a ->> 'AttributeName' as "Attribute Name",
a ->> 'AttributeValues' as "Attribute Values"
from
aws_rds_db_snapshot,
jsonb_array_elements(db_snapshot_attributes) as a
where
arn = $1;

Dashboards

The query is used in the dashboards: