The name of the table that should contain the item
The primary key of the item to be checked
An object describing the comparisons to generate ConditionExpression
, ExpressionAttributeNames
, and ExpressionAttributeValues
Optional
options: Partial<ConditionCheck>The same parameters accepted by the original Document.transactWrite
condition check items
Optional
ConditionA condition that must be satisfied in order for a conditional update to succeed.
Optional
ExpressionOne or more substitution tokens for attribute names in an expression.
Optional
ExpressionOne or more values that can be substituted in an expression.
The primary key of the item to be checked. Each element consists of an attribute name and a value for that attribute.
Optional
ReturnUse ReturnValuesOnConditionCheckFailure to get the item attributes if the ConditionCheck condition fails. For ReturnValuesOnConditionCheckFailure, the valid values are: NONE and ALL_OLD.
Name of the table for the check item request.
Generated using TypeDoc
Create a map to build the
ConditionCheck
operation to use transactWrite.Returns
A map in the format
{ TableName, Key, ... }