View Source AwsSigner.Providers.AssumeRoleWithWebIdentity (Tesla AWS Signer v2.0.0)

Link to this section Summary

Link to this section Functions

@spec get_credentials(
  arn: String.t(),
  region: String.t(),
  session_name: String.t(),
  web_identity_token_file: String.t()
) :: %AwsSigner.Credentials{
  access_key_id: term(),
  expiration: term(),
  secret_access_key: term(),
  token: term()
}