Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Create = &cobra.Command{ Use: "instance", Aliases: []string{"instances", "ec2", "ec2s"}, Short: "create flow logs for specific instance", Long: "", Run: runCreate, } )
View Source
var ( Delete = &cobra.Command{ Use: "instance", Aliases: []string{"instances", "ec2", "ec2s"}, Short: "delete flow logs for specific instance", Long: "", Run: runDelete, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.