RangeKeyCondition: QueryConditionBeginsWith | QueryConditionBetween<string | number> | QueryConditionComparison<string | number>

Passed as condition argument to QueryBuilder.addRangeKeyCondition.

The operator property determines the condition type. Operators map to conditions as follows:

For more info, see the DynamoDB key condition expression documentation.