interface DynamoGetItemCommandInput
extends DynamoExpressionAttributes
Input for DynamoDB GetItem.
readonly
TableName: string
The physical table to read.
readonly
Key: DynamoAttributeMap
The complete primary key.
readonly
optional
ProjectionExpression: string
A projection expression for selected attributes.