Optional
conditionNo condition set
Optional
expressionDynamoDB Expression Attribute Names for Update and/or Condition Expression
Optional
expressionDynamoDB Expression Attribute Values for Update and/or Condition Expression
Optional
ttlAbsolute TTL value on record, if TTL attribute configured for table
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/howitworks-ttl.html
No TTL set, unless ttlInFutureDays
is set
Optional
ttlSets TTL value on record with a relative value - now + number of days in the future
If the ttl
attribute is set then this value is ignored
DynamoDB only guarantees TTL cleanup precision within a few days, so more precision here is unnecessary
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/howitworks-ttl.html
No TTL set, unless ttl
is set
Optional
updateUpdate Expression, with each of the 4 possible clauses broken out
Optional
add?: stringOptional
delete?: stringOptional
remove?: stringOptional
set?: stringhttps://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.UpdateExpressions.html
No update expression set. This is only valid if the update is only used for updating the TTL value
Generated using TypeDoc
DynamoDB Condition Expression