logGroupNamePattern
Use this parameter to limit the returned log groups to only those with names that match the pattern that you specify. This parameter is a regular expression that can match prefixes and substrings, and supports wildcard matching and matching multiple patterns, as in the following examples.
Use
^
to match log group names by prefix.For a substring match, specify the string to match. All matches are case sensitive
To match multiple patterns, separate them with a
|
as in the example^/aws/lambda|discovery
You can specify as many as five different regular expression patterns in this field, each of which must be between 3 and 24 characters. You can include the ^
symbol as many as five times, and include the |
symbol as many as four times.