AwsSdkSigV4Memoized: {
    attributed?: boolean;
    configBound?: boolean;
    memoized?: boolean;
}

Used to indicate whether a credential provider function was memoized by this resolver.

Type declaration

  • Optional attributed?: boolean

    Function is wrapped with attribution transform.

  • Optional configBound?: boolean

    The credential provider has the caller client config object bound to its arguments.

  • Optional memoized?: boolean

    The credential provider has been memoized by the AWS SDK SigV4 config resolver.