cmd

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AwsxRdsInstanceCmd = &cobra.Command{
	Use:   "getRdsInstanceList",
	Short: "getRdsInstanceList command gets RDS instance list",
	Long:  `getRdsInstanceList command gets RDS instance list of an AWS account`,

	Run: func(cmd *cobra.Command, args []string) {

		authFlag, clientAuth, err := authenticate.CommandAuth(cmd)
		if err != nil {
			cmd.Help()
			return
		}
		if authFlag {
			GetInstanceList(*clientAuth)
		} else {
			cmd.Help()
			return
		}

	},
}

Functions

func Execute

func Execute()

func GetInstanceList

func GetInstanceList(auth client.Auth) ([]*rds.DescribeDBInstancesOutput, error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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