logGroupNamePattern
If you specify a string for this parameter, the operation returns only log groups that have names that match the string based on a case-sensitive substring search. For example, if you specify Foo
, log groups named FooBar
, aws/Foo
, and GroupFoo
would match, but foo
, F/o/o
and Froo
would not match.
If you specify logGroupNamePattern
in your request, then only arn
, creationTime
, and logGroupName
are included in the response.
logGroupNamePattern
and logGroupNamePrefix
are mutually exclusive. Only one of these parameters can be passed.