The UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table
Source:R/dynamodb_operations.R
dynamodb_update_time_to_live.RdThe update_time_to_live method enables or disables Time to Live (TTL) for the specified table. A successful update_time_to_live call returns the current TimeToLiveSpecification. It can take up to one hour for the change to fully process. Any additional update_time_to_live calls for the same table during this one hour duration result in a ValidationException.
See https://www.paws-r-sdk.com/docs/dynamodb_update_time_to_live/ for full documentation.