dynamodb_update_time_to_live function

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

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

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)

Arguments

  • 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.