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