aws_dynamodb_list_tables
Retrieve a list of DynamoDB tables from your AWS account and region to manage database resources and monitor table inventory.
Instructions
List DynamoDB tables in the account/region.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| limit | No | Maximum number of tables to return (default: 100) |