Lists the specified log groups. You can list all your log groups or filter the results by prefix. The results are ASCII-sorted by log group name.
cloudwatchlogs_describe_log_groups(logGroupNamePrefix, nextToken, limit)
The prefix to match.
The token for the next set of items to return. (You received this token from a previous call.)
The maximum number of items returned. If you don\'t specify a value, the default is up to 50 items.
svc$describe_log_groups( logGroupNamePrefix = "string", nextToken = "string", limit = 123 )