DescribeLogGroupsRequest
Types
Properties
When includeLinkedAccounts
is set to true
, use this parameter to specify the list of accounts to search. You can specify as many as 20 account IDs in the array.
If you are using a monitoring account, set this to true
to have the operation return log groups in the accounts listed in accountIdentifiers
.
Use this parameter to limit the results to only those log groups in the specified log group class. If you omit this parameter, log groups of all classes can be returned.
Use this array to filter the list of log groups returned. If you specify this parameter, the only other filter that you can choose to specify is includeLinkedAccounts
.
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.
The prefix to match.