turbot/aws_insights

Query: dynamodb_table_overview

Usage

powerpipe query aws_insights.query.dynamodb_table_overview

Steampipe Tables

SQL

select
name as "Name",
table_id as "Table ID",
creation_date_time as "Create Date",
billing_mode as "Billing Mode",
-- Represented as Capacity mode in AWS console
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_dynamodb_table
where
arn = $1;

Dashboards

The query is used in the dashboards: