turbot/aws_insights

Query: dynamodb_table_status

Usage

powerpipe query aws_insights.query.dynamodb_table_status

Steampipe Tables

SQL

select
initcap(table_status) as value,
'Status' as label
from
aws_dynamodb_table
where
arn = $1;

Dashboards

The query is used in the dashboards: