turbot/aws_insights

Query: dynamodb_table_backup_count

Usage

powerpipe query aws_insights.query.dynamodb_table_backup_count

Steampipe Tables

SQL

select
count(name) as value,
'Backup(s)' as label
from
aws_dynamodb_backup
where
table_arn = $1;

Dashboards

The query is used in the dashboards: