dynamodb_update_time_to_live: The UpdateTimeToLive method enables or disables Time to Live...

View source: R/dynamodb_operations.R

dynamodb_update_time_to_liveR Documentation

The UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table

Description

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.

Usage

dynamodb_update_time_to_live(TableName, TimeToLiveSpecification)

Arguments

TableName

[required] The name of the table to be configured.

TimeToLiveSpecification

[required] Represents the settings used to enable or disable Time to Live for the specified table.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.