Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssumeRoleCacheKeyGenerator ¶
type AssumeRoleCacheKeyGenerator struct {
RoleARN string
RoleSessionName string
ExternalID *string
SerialNumber *string
Duration time.Duration
}
func (*AssumeRoleCacheKeyGenerator) CacheKey ¶
func (g *AssumeRoleCacheKeyGenerator) CacheKey() (string, error)
func (AssumeRoleCacheKeyGenerator) String ¶
func (g AssumeRoleCacheKeyGenerator) String() string
type CacheKeyer ¶
type CachedCredentials ¶
type FileCache ¶
type FileCache struct {
Credentials CachedCredentials `json:"Credentials"`
}
Click to show internal directories.
Click to hide internal directories.