property DynamoReadCommandInput.Select

The response shape requested from DynamoDB.

Type

"ALL_ATTRIBUTES"
| "ALL_PROJECTED_ATTRIBUTES"
| "COUNT"
| "SPECIFIC_ATTRIBUTES"

Usage

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