Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Profile ¶
type Profile struct {
Name string
Account string `mapstructure:"account"`
Role string `mapstructure:"role"`
IDProvider string `mapstructure:"id_provider"`
Duration int `mapstructure:"duration"`
}
func NewFromConfig ¶
func (*Profile) Credentials ¶
func (p *Profile) Credentials(samlAssertion string) (*sts.Credentials, error)
Click to show internal directories.
Click to hide internal directories.