View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_describe_log_groups | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_log_groups/ for full documentation.
cloudwatchlogs_describe_log_groups(
accountIdentifiers = NULL,
logGroupNamePrefix = NULL,
logGroupNamePattern = NULL,
nextToken = NULL,
limit = NULL,
includeLinkedAccounts = NULL,
logGroupClass = NULL
)
accountIdentifiers |
When |
logGroupNamePrefix |
The prefix to match.
|
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 If you specify
|
nextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
limit |
The maximum number of items returned. If you don't specify a value, the default is up to 50 items. |
includeLinkedAccounts |
If you are using a monitoring account, set this to If this parameter is set to |
logGroupClass |
Specifies the log group class for this log group. There are two classes:
For details about the features supported by each class, see Log classes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.