Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAWSConfig ¶
Types ¶
type Config ¶
type Config struct { AccessKeyID string `yaml:"access_key_id"` SecretAccessKey string `yaml:"secret_access_key"` SessionToken string `yaml:"session_token"` Region string `yaml:"region"` }
Config contains AWS KMS backend configuration
func (*Config) GetAccessKeyID ¶
func (*Config) GetSecretAccessKey ¶
func (*Config) GetSessionToken ¶
type ConfigProvider ¶
type RegionProvider ¶
type RegionProvider interface {
GetRegion() string
}
Click to show internal directories.
Click to hide internal directories.