aws_dynamodb_describe_table
Retrieve detailed configuration for a DynamoDB table including schema, throughput settings, indexes, and current status to manage AWS database resources.
Instructions
Get schema, throughput, indexes, and status for a DynamoDB table.
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') | |
| table_name | Yes | DynamoDB table name |