interface DynamoTransactUpdate
extends DynamoConditionExpression
A transactional Update operation.
readonly
TableName: string
The physical table to write.
readonly
Key: DynamoAttributeMap
The complete primary key.
readonly
UpdateExpression: string
The update expression to apply.