interface DynamoQueryCommandInput
extends DynamoReadCommandInput
Input for DynamoDB Query.
readonly
optional
IndexName: string
An optional configured global secondary index.
readonly
KeyConditionExpression: string
The required partition-key condition, optionally with a sort condition.
readonly
optional
ScanIndexForward: boolean
true for ascending sort-key order and false for descending.