AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Returns a list of log groups in the Region in your account. If you are performing this action in a monitoring account, you can choose to also return log groups from source accounts that are linked to the monitoring account. For more information about using cross-account observability to set up monitoring accounts and source accounts, see CloudWatch cross-account observability.
You can optionally filter the list by log group class and by using regular expressions in your request to match strings in the log group names.
This operation is paginated. By default, your first use of this operation returns 50 results, and includes a token to use in a subsequent operation to return more results.
For .NET Core this operation is only available in asynchronous form. Please refer to ListLogGroupsAsync.
Namespace: Amazon.CloudWatchLogs
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public virtual ListLogGroupsResponse ListLogGroups( ListLogGroupsRequest request )
Container for the necessary parameters to execute the ListLogGroups service method.
Exception | Condition |
---|---|
InvalidParameterException | A parameter is specified incorrectly. |
ServiceUnavailableException | The service cannot complete the request. |
.NET Framework:
Supported in: 4.7.2 and newer