Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateResource ¶
func NewGetResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(cloudwatchlogsClient *aws.CloudwatchlogsClient) *Getter
type QueryOptions ¶
type QueryOptions struct { resource.CommonOptions Fields []string FilterField string FilterLike string FilterRaw string Limit int LogGroup string Query string SortField string SortOrder string TimeRange time.Duration }
func NewOptions ¶
func NewOptions() (options *QueryOptions, createFlags cmd.Flags)
type QueryPrinter ¶
type QueryPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(queries []types.QueryInfo) *QueryPrinter
func (*QueryPrinter) PrintTable ¶
func (p *QueryPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.