command

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AwsxWafListCmd = &cobra.Command{
	Use:   "getWafListDetails",
	Short: "getWafListDetails command gets resource counts",
	Long:  `getWafListDetails command gets resource counts details of an AWS account`,

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

		log.Println("Command getWafListDetails started")

		authFlag, clientAuth, err := authenticate.CommandAuth(cmd)

		if err != nil {
			cmd.Help()
			return
		}
		if authFlag {
			GetWebAclList(*clientAuth)
		} else {
			cmd.Help()
			return
		}
	},
}

Functions

func Execute

func Execute()

func GetWebAclList

func GetWebAclList(auth client.Auth) (*waf.ListWebACLsOutput, 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