Skip to main content
Glama

AWS MCP Server

dynamodb_update_ttl

Modify Time-to-Live (TTL) settings for a DynamoDB table by specifying the TTL attribute and enabling or disabling the feature. Simplifies managing data expiration in AWS environments.

Instructions

Update the TTL settings for a table

Input Schema

NameRequiredDescriptionDefault
table_nameYesName of the DynamoDB table
ttl_attributeYesThe attribute name to use for TTL
ttl_enabledYesWhether TTL should be enabled

Input Schema (JSON Schema)

{ "properties": { "table_name": { "description": "Name of the DynamoDB table", "type": "string" }, "ttl_attribute": { "description": "The attribute name to use for TTL", "type": "string" }, "ttl_enabled": { "description": "Whether TTL should be enabled", "type": "boolean" } }, "required": [ "table_name", "ttl_enabled", "ttl_attribute" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishikavikondala/mcp-server-aws'

If you have feedback or need assistance with the MCP directory API, please join our Discord server