awsconsole

package module
v0.0.0-...-3d4906d Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateAccountsRolesFile

func GenerateAccountsRolesFile(profileName string) error

func Jump

func Jump(profileName string) error

Types

type AccountRole

type AccountRole struct {
	AccountID   string `json:"accountID"`
	AccountName string `json:"accountName"`
	RoleName    string `json:"roleName"`
}

func (AccountRole) String

func (a AccountRole) String() string

func (AccountRole) URL

func (a AccountRole) URL(baseURL string) string

type Instance

type Instance struct {
	SsoURL       string        `json:"ssoUrl"`
	AccountRoles []AccountRole `json:"accountRoles"`
}

type Store

type Store struct {
	Instances []Instance `json:"instances"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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