The highest tagged major version is
v3.
package
Version:
v0.38.8
Opens a new window with list of versions in this module.
Published: Nov 29, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Credentials CredentialsConfig `json:"credentials" yaml:"credentials"`
Endpoint string `json:"endpoint" yaml:"endpoint"`
Region string `json:"region" yaml:"region"`
}
Config contains configuration fields for an AWS session. This config is
common across any AWS components.
NewConfig returns a Config with default values.
GetSession attempts to create an AWS session based on Config.
type CredentialsConfig struct {
ID string `json:"id" yaml:"id"`
Secret string `json:"secret" yaml:"secret"`
Token string `json:"token" yaml:"token"`
Role string `json:"role" yaml:"role"`
}
CredentialsConfig contains configuration params for AWS credentials.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.