DynamoDB Tables¶
Provider: AWS
Service ID: dynamodb_tables
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'dynamodb_tables',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'table_name', 'status', 'billing_mode', 'item_count', 'table_size']
});
</script>
<div data-sd-service="dynamodb_tables" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'table_name', 'status', 'billing_mode', 'item_count', 'table_size', 'creation_time']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Table Name | text |
Resource display name (from tags or identifier) |
table_name |
Table Name | text |
From API field: __id__ |
status |
Status | status_badge |
Retrieved via per-resource enrichment (TableStatus) |
billing_mode |
Billing Mode | text |
Retrieved via per-resource enrichment (BillingModeSummary.BillingMode). Default: PROVISIONED |
item_count |
Item Count | text |
Retrieved via per-resource enrichment (ItemCount) |
table_size |
Table Size | bytes |
Retrieved via per-resource enrichment (TableSizeBytes) |
key_schema |
Key Schema | tag_list |
Retrieved via per-resource enrichment (KeySchema) |
creation_time |
Created | datetime |
Retrieved via per-resource enrichment (CreationDateTime) |
arn |
ARN | arn_name |
Retrieved via per-resource enrichment (TableArn) |
= included in default view
Sort Order¶
Results are sorted by: name