ark::aws::LogStreamRequest
Defined in header “ark/aws/cloudwatch_logs_client.hh”.
A structure that represents details of the stream you wish to query.
Variables
-
std::string stream_name
The name of the log stream. -
std::string group_name
The name of the log group. -
uint64_t maximum_size= 256ULL * 1024
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. -
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.