config

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Profile

type Profile struct {
	Name               string
	AwsAccessKeyID     string `profile:"aws_access_key_id"`
	AwsAccountID       string `profile:"aws_account_id"`
	AwsSecretAccessKey string `profile:"aws_secret_access_key"`
	Color              string `profile:"color"`
	Output             string `profile:"output"`
	Region             string `profile:"region"`
	RoleArn            string `profile:"role_arn"`
	SourceProfile      string `profile:"source_profile"`
	SsoAccountID       string `profile:"sso_account_id"`
	SsoRegion          string `profile:"sso_region"`
	SsoRoleName        string `profile:"sso_role_name"`
	SsoStartURL        string `profile:"sso_start_url"`
}

func GetProfiles

func GetProfiles() ([]*Profile, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL