log_group_tail
Method for tailing logs for an specific CloudWatch log group.
Returns a set of SQL records with the following format:
- event_id: The ID of the event for the produced log
- log_stream_name: Name of the log stream that is visualized
- event_timestamp: The timestamp for the log entry
- message: The content of the log entry
See
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/logs/tail.html