Skip to content

BaseConfig

type BaseConfig = object;

Base configuration options for DynamoDB commands.

optional abortController: AbortController;

An AbortController to allow cancellation of the operation.


optional returnConsumedCapacity: ReturnConsumedCapacity;

Specifies the level of detail about provisioned throughput consumption that is returned in the response.


optional skipValidation: boolean;

If true, skips schema validation of the returned item(s).


optional timeoutMs: number;

The maximum time in milliseconds to wait for the operation to complete.