Documentation ¶
Overview ¶
Package sqs implements the 'aws sns' sub-command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AwsSnsEndpoint sns endpoint. AwsSnsEndpoint string AwsSnsMaxTopic int AwsSnsTopicPrefix string // UnusedSince get list since xx. UnusedSince string // CheckTagNameUpdateDate is name for skip delete queue. CheckTagNameUpdateDate string )
View Source
var ( // Command performs the "list clusters" function. Command = &cobra.Command{ Use: "sns", Aliases: []string{"sns"}, Short: "AWS SNS", Long: `This command will identify the topic to be cleaned. `, PreRun: validation, Run: runCommand, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.