turbot/aws_insights

Query: rds_db_cluster_snapshot_status

Usage

powerpipe query aws_insights.query.rds_db_cluster_snapshot_status

SQL

select
status as value,
'Status' as label,
case
when status = 'available' then 'ok'
else 'alert'
end as type
from
aws_rds_db_cluster_snapshot
where
arn = $1;

Dashboards

The query is used in the dashboards: