class Aws::CloudWatchLogs::Types::StartQueryRequest

@note When making an API call, you may pass StartQueryRequest

data as a hash:

    {
      log_group_name: "LogGroupName",
      log_group_names: ["LogGroupName"],
      start_time: 1, # required
      end_time: 1, # required
      query_string: "QueryString", # required
      limit: 1,
    }

@!attribute [rw] log_group_name

The log group on which to perform the query.

A `StartQuery` operation must include a `logGroupNames` or a
`logGroupName` parameter, but not both.
@return [String]

@!attribute [rw] log_group_names

The list of log groups to be queried. You can include up to 20 log
groups.

A `StartQuery` operation must include a `logGroupNames` or a
`logGroupName` parameter, but not both.
@return [Array<String>]

@!attribute [rw] start_time

The beginning of the time range to query. The range is inclusive, so
the specified start time is included in the query. Specified as
epoch time, the number of seconds since January 1, 1970, 00:00:00
UTC.
@return [Integer]

@!attribute [rw] end_time

The end of the time range to query. The range is inclusive, so the
specified end time is included in the query. Specified as epoch
time, the number of seconds since January 1, 1970, 00:00:00 UTC.
@return [Integer]

@!attribute [rw] query_string

The query string to use. For more information, see [CloudWatch Logs
Insights Query Syntax][1].

[1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html
@return [String]

@!attribute [rw] limit

The maximum number of log events to return in the query. If the
query string uses the `fields` command, only the specified fields
and their values are returned. The default is 1000.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/StartQueryRequest AWS API Documentation

Constants

SENSITIVE