Does DynamoDB support TTL based on specific conditions? For example, I want the TTL to be enabled on records with a specific attribute and no TTL on records which does not have a value for that attribute.
The docs I've currently read to look into this issue are
- http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/howitworks-ttl.html
- http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/time-to-live-ttl-how-to.html
Both the docs indicate no specific information on that.
Thanks,