turbot/aws_insights

Query: backup_vault_recovery_points

Usage

powerpipe query aws_insights.query.backup_vault_recovery_points

Steampipe Tables

SQL

select
'Recovery Points' as label,
number_of_recovery_points as value
from
aws_backup_vault
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: