package
0.10.4
Repository: https://github.com/agilebits/aws-sdk-go.git
Documentation: pkg.go.dev

# Functions

NewCredentials returns a pointer to a new Credentials object wrapping the AssumeRoleProvider.
NewCredentialsWithClient returns a pointer to a new Credentials object wrapping the AssumeRoleProvider.

# Variables

DefaultDuration is the default amount of time in minutes that the credentials will be valid for.

# Structs

AssumeRoleProvider retrieves temporary credentials from the STS service, and keeps track of their expiration time.

# Interfaces

AssumeRoler represents the minimal subset of the STS client API used by this provider.