Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FromWebTokenInit

Hierarchy

  • {}
    • FromWebTokenInit

Index

Properties

Optional roleAssumerWithWebIdentity

roleAssumerWithWebIdentity: undefined | ((params: AssumeRoleWithWebIdentityParams) => Promise<AwsCredentialIdentity>)

A function that assumes a role with web identity and returns a promise fulfilled with credentials for the assumed role.

param

input parameter of sts:AssumeRoleWithWebIdentity API.

Optional roleSessionName

roleSessionName: undefined | string

The IAM session name used to distinguish sessions.