Hierarchy

  • Delete
    • FacadeDelete

Properties

ConditionExpression?: string

A condition that must be satisfied in order for a conditional delete to succeed.

ExpressionAttributeNames?: Record<string, string>

One or more substitution tokens for attribute names in an expression.

ExpressionAttributeValues?: Record<string, AttributeValue>

One or more values that can be substituted in an expression.

Key: undefined | Record<string, AttributeValue>

The primary key of the item to be deleted. Each element consists of an attribute name and a value for that attribute.

ReturnValuesOnConditionCheckFailure?: string

Use ReturnValuesOnConditionCheckFailure to get the item attributes if the Delete condition fails. For ReturnValuesOnConditionCheckFailure, the valid values are: NONE and ALL_OLD.

TableName: undefined | string

Name of the table in which the item to be deleted resides.

condition?: Filter

An object describing the comparisons to generate ConditionExpression, ExpressionAttributeNames, and ExpressionAttributeValues

Generated using TypeDoc