Force fetch the value from the parameter store, ignoring the cache.
Maximum age of the value in the cache, in seconds.
OptionalsdkOptions to pass to the underlying SDK.
Whether to throw a ParameterNotFoundError | ParameterNotFoundError when the
parameter is not found in the store. When set to true, the return type is narrowed to
exclude undefined. Defaults to false.
OptionaltransformTransform to be applied, can be json or binary.
Options for the
getmethod.It merges the default options with the provided options.