(Choose 1 answer)
How does DynamoDB know when to expire the items from a table using the Time To Live feature?
A. When using the Putltem API call, a TTL parameter is specified in seconds at which to expire this particular item.
B. An attribute in the item contains the time at which to expire the item.
C. When enabling the TTL feature, an amount of time in seconds is specified as the amount of time each item can stay in the table.
D. DynamoDB looks for an attribute named Expiration Time as part of the item to know when to expire the item.
Finish
46