turbot/aws_insights

Query: dynamodb_table_input

Usage

powerpipe query aws_insights.query.dynamodb_table_input

Steampipe Tables

SQL

select
title as label,
arn as value,
json_build_object(
'account_id',
account_id,
'region',
region,
'table_id',
table_id
) as tags
from
aws_dynamodb_table
order by
title;

Dashboards

The query is used in the dashboards: