Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aws ¶
type Aws struct {
// contains filtered or unexported fields
}
Aws is the main object
func (*Aws) GetFederationToken ¶ added in v0.0.4
func (a *Aws) GetFederationToken(name string) *sts.Credentials
GetFederationToken takes in a name and returns a set of STS Credentials based on the current session
func (*Aws) WaitForActiveCreds ¶ added in v0.0.4
func (a *Aws) WaitForActiveCreds()
WaitForActiveCreds waits for the current session to become valid This is useful when IAM credentials were just provisioned and we need to wait until they're active to take the next step.
Click to show internal directories.
Click to hide internal directories.