AWS MCP Server

dynamodb_describe_ttl

Retrieve the Time-to-Live (TTL) settings for a specified DynamoDB table. This tool provides essential configuration details to manage data expiration and storage efficiently.

Instructions

Get the TTL settings for a table

Input Schema

NameRequiredDescriptionDefault
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name" ], "type": "object" }
ID: v69k6ch2gh