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
Name | Required | Description | Default |
---|---|---|---|
table_name | Yes | Name of the DynamoDB table | |
ttl_attribute | Yes | The attribute name to use for TTL | |
ttl_enabled | Yes | Whether TTL should be enabled |