View Source ExAws.CredentialsIni.Provider behaviour (ExAws v2.5.3)

Specifies expected behaviour of a credentials provider.

A credentials initializer provider is a module that fetches the AWS credentials from different sources.

Summary

Types

@type credentials() :: map()
@type profile() :: String.t()

Callbacks

Link to this callback

security_credentials(profile)

View Source
@callback security_credentials(profile()) :: credentials()