Options for the getMultiple method.

Extends the GetOptions class and adds the throwOnTransformError option.

Hierarchy (View Summary)

Implements

Constructors

Properties

forceFetch: boolean = false

Force fetch the value from the parameter store, ignoring the cache.

maxAge: number

Maximum age of the value in the cache, in seconds.

sdkOptions?: unknown

Options to pass to the underlying SDK.

throwOnTransformError: boolean = false

Whether to throw an error if a value cannot be transformed.

transform?: TransformOptions

Transform to be applied, can be json or binary.