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
and region = split_part($1, ':', 4)
and account_id = split_part($1, ':', 5);

Dashboards

The query is used in the dashboards: