Interface DynamoDBItemTransformer.InitContext

    • Method Detail

      • isEnableTTL

        boolean isEnableTTL()
        Checks if automatic item expiration is enabled for the DynamoDB table. The item transformer should then specify a TTL attribute name and populate it for items that are to be expired automatically by DynamoDB.
        Returns:
        true if automatic item expiration is enabled.