Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAWSConfigNotFound = errors.New("aws configuration not found") ErrProfileNotFound = errors.New("aws profile not found") ErrRegionNotFound = errors.New("aws region not found") )
Common errors
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider represents the AWS cloud provider.
func (*Provider) Description ¶
Description returns the provider's description.
func (*Provider) GetProfiles ¶
GetProfiles returns all available AWS profiles from the user's home directory.
func (*Provider) LoadConfig ¶
LoadConfig loads AWS configuration based on the provided profile and region.
Click to show internal directories.
Click to hide internal directories.