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 DataLogs
, log groups named DataLogs
, aws/DataLogs
, and GroupDataLogs
would match, but datalogs
, Data/log/s
and Groupdata
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.