Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Provider<T>

public

A function that, when invoked, returns a promise that will be fulfilled with a value of type T.

example

A function that reads credentials from shared SDK configuration files, assuming roles and collecting MFA tokens as necessary.

Type parameters

  • T

Hierarchy

  • Provider

Callable

  • __call(): Promise<T>
  • public

    A function that, when invoked, returns a promise that will be fulfilled with a value of type T.

    example

    A function that reads credentials from shared SDK configuration files, assuming roles and collecting MFA tokens as necessary.

    Returns Promise<T>