Versions in this module Expand all Collapse all v0 v0.4.0 Nov 15, 2020 Changes in this version + type LoadedProfile struct + Name string + Parameters SwitchRoleParameters + type Loader interface + Load func(config *LoaderConfig) []LoadedProfile + type LoaderConfig struct + func NewLoaderConfig(name string, loader string, options map[string]interface{}, ttl int) *LoaderConfig + func (c LoaderConfig) GetLoader() string + func (c LoaderConfig) GetName() string + func (c LoaderConfig) GetOptions() map[string]interface{} + func (c LoaderConfig) GetTtl() int + type SwitchRoleParameters struct + AccountID string + FromProfile string + Role string + TTL string + func (p SwitchRoleParameters) Valid() bool