turbot/aws_insights

Query: rds_db_cluster_snapshot_attributes

Usage

powerpipe query aws_insights.query.rds_db_cluster_snapshot_attributes

SQL

select
attributes ->> 'AttributeName' as "Name",
attributes ->> 'AttributeValue' as "Value",
source_db_cluster_snapshot_arn as "DB Cluster Source Snapshot ARN"
from
aws_rds_db_cluster_snapshot,
jsonb_array_elements(db_cluster_snapshot_attributes) as attributes
where
arn = $1;

Dashboards

The query is used in the dashboards: