Hierarchy

  • PutOptions

Properties

conditionExpression?: string

DynamoDB Condition Expression

expressionAttributeNames?: Record<string, string>

DynamoDB Expression Attribute Names for Condition Expression

expressionAttributeValues?: DynamoDBValues

DynamoDB Expression Attribute Values for Condition Expression

ttl?: number

Absolute TTL value on record, if TTL attribute configured for table

ttlInFutureDays?: number

Sets 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

Generated using TypeDoc