ark::aws::FilterLogEventsRequest

Defined in header “ark/aws/cloudwatch_logs_client.hh”.


A structure that represents details of the logs your wish to filter.

Variables

  • std::string group_name
    The name of the log group.

  • uint64_t maximum_size= 0
    Maximum number of bytes to return. Note that this is a bit of a soft limit, and you may get back more data than this. If set to zero, no limit.

  • bool apply_log_timestamps= true
    If we should apply our own timestamps to each entry, or just return it as-is.

  • std::chrono::system_clock::time_point start_time
    Starting time to query for.

  • std::chrono::system_clock::time_point end_time
    Finishing time to query for.

  • std::string forward_token
    The forward token to use; if set, will read logs from this token’s offset. Leave empty to read from the start of the stream.