interface DynamoQueryCommandInput

Input for DynamoDB Query.

Properties

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.

Usage

import { type DynamoQueryCommandInput } from "database-plugin/src/index.ts";