Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// LocalConfig specifies if AWS cli configuration should be overridden by a persona-specific
// configuration. When true it the plugin will set AWS_CONFIG to a file within the persona
// folder.
// Default is false.
LocalConfig bool `mapstructure:"local_config"`
CustomProfileName string `mapstructure:"custom_profile_name"`
}
Click to show internal directories.
Click to hide internal directories.