View source: R/dynamodb_operations.R
dynamodb_update_time_to_live | R Documentation |
The 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.
dynamodb_update_time_to_live(TableName, TimeToLiveSpecification)
TableName |
[required] The name of the table to be configured. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
TimeToLiveSpecification |
[required] Represents the settings used to enable or disable Time to Live for the specified table. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.