package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Feb 28, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 35
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
ID string
RoleARN string `yaml:"role_arn"`
}
type Config struct {
Regions []string `yaml:"regions"`
Accounts []Account `yaml:"accounts"`
LogLevel *string `yaml:"log_level"`
MaxRetries *int `yaml:"max_retries"`
Resources []struct {
Name string
Other map[string]interface{} `yaml:",inline"`
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.