BaseConfig
type BaseConfig = object;Base configuration options for DynamoDB commands.
Properties
Section titled “Properties”abortController?
Section titled “abortController?”optional abortController: AbortController;An AbortController to allow cancellation of the operation.
returnConsumedCapacity?
Section titled “returnConsumedCapacity?”optional returnConsumedCapacity: ReturnConsumedCapacity;Specifies the level of detail about provisioned throughput consumption that is returned in the response.
skipValidation?
Section titled “skipValidation?”optional skipValidation: boolean;If true, skips schema validation of the returned item(s).
timeoutMs?
Section titled “timeoutMs?”optional timeoutMs: number;The maximum time in milliseconds to wait for the operation to complete.