turbot/aws_insights

Query: dynamodb_table_class

Usage

powerpipe query aws_insights.query.dynamodb_table_class

Steampipe Tables

SQL

select
case
when table_class is null then 'Standard'
else initcap(table_class)
end as value,
'Class' as label
from
aws_dynamodb_table
where
arn = $1;

Dashboards

The query is used in the dashboards: