The highest tagged major version is
v6 .
Discover Packages
github.com/cloudquery/cloudquery
providers
aws
package
Version:
v0.3.5
Opens a new window with list of versions in this module.
Published: Dec 11, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 28
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Account struct {
ID string `mapstructure:"id"`
RoleARN string `mapstructure:"role_arn"`
}
type Config struct {
Regions []string
Accounts []Account `mapstructure:"accounts"`
Resources []struct {
Name string
Other map[string ]interface{} `mapstructure:",remain"`
}
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.