Documentation
¶
Index ¶
Constants ¶
View Source
const ( CRED_TYPE_CLI = "CLI" CRED_TYPE_SERVICE_ROLE = "ServiceRole" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountConfig ¶
type AccountConfig struct { Name string Id string Credential Credential Filters Filters }
type CfnGlobalViewsConfig ¶
type CfnGlobalViewsConfig struct { RootConfig RootConfig AccountConfigs []AccountConfig }
func GetConfig ¶
func GetConfig(filePath string) (*CfnGlobalViewsConfig, error)
type Credential ¶
type RootConfig ¶
type RootConfig struct { Credential Credential Filters Filters }
Click to show internal directories.
Click to hide internal directories.