DynamoDbTtlSeconds

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DynamoDbTtlSeconds(val lifetime: Long)

Specifies that this property is used to track the item's time-to-live (TTL). https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TTL.html

Parameters

lifetime

The lifetime of this item, in seconds

Properties

Link copied to clipboard