Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Regions []string `yaml:"regions"`
Accounts []Account `yaml:"accounts"`
AWSDebug bool `yaml:"aws_debug"`
MaxRetries int `yaml:"max_retries" default:"5"`
MaxBackoff int `yaml:"max_backoff" default:"30"`
// context timeout in seconds
Timeout int `yaml:"timeout" default:"30"`
Resources []struct {
Name string
Other map[string]interface{} `yaml:",inline"`
}
}
type Provider ¶
func (*Provider) NewRetryer ¶ added in v0.2.8
Click to show internal directories.
Click to hide internal directories.