Support key condition resolvers.
Binary key condition resolver.
Supported compare based operators for conditions expressions.
Number key condition resolver.
Support operators and functions for condition expressions.
The type used for the value param.
Resolver function is return by most of the above KeyConditions methods. Returning a function allows key conditions to easily be composable and extensible. This allows consumers to create higher level key conditions that are composed of the above primitive key conditions or support any new primitives that AWS would add in the future.
Name of the primary key attribute to resolve.
Object to get path and value aliases and store conditions array.
Param to enforce type safety for conditions that only work on certain types.
String key condition resolver.
Generated using TypeDoc
Is also a namespace for scoping KeyCondition based interfaces and types.