Describe Time To Live
dynamodb_describe_time_to_live | R Documentation |
Gives a description of the Time to Live (TTL) status on the specified table¶
Description¶
Gives a description of the Time to Live (TTL) status on the specified table.
Usage¶
Arguments¶
TableName
[required] The name of the table to be described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
Value¶
A list with the following syntax:
list(
TimeToLiveDescription = list(
TimeToLiveStatus = "ENABLING"|"DISABLING"|"ENABLED"|"DISABLED",
AttributeName = "string"
)
)