AWS SDK Version 4 for .NET
API Reference

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.

Note:

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

Syntax

C#
public virtual ListLogGroupsResponse ListLogGroups(
         ListLogGroupsRequest request
)

Parameters

request
Type: Amazon.CloudWatchLogs.Model.ListLogGroupsRequest

Container for the necessary parameters to execute the ListLogGroups service method.

Return Value


The response from the ListLogGroups service method, as returned by CloudWatchLogs.

Exceptions

ExceptionCondition
InvalidParameterException A parameter is specified incorrectly.
ServiceUnavailableException The service cannot complete the request.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also