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.

Contains an aggregate summary of log groups grouped by data source characteristics, including the count of log groups and their grouping identifiers.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.AggregateLogGroupSummary

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class AggregateLogGroupSummary

The AggregateLogGroupSummary type exposes the following members

Constructors

NameDescription
Public Method AggregateLogGroupSummary()

Properties

NameTypeDescription
Public Property GroupingIdentifiers System.Collections.Generic.List<Amazon.CloudWatchLogs.Model.GroupingIdentifier>

Gets and sets the property GroupingIdentifiers.

An array of key-value pairs that identify the data source characteristics used to group the log groups.

The size and content of this array depends on the groupBy parameter specified in the request.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property LogGroupCount System.Nullable<System.Int32>

Gets and sets the property LogGroupCount.

The number of log groups in this aggregate summary group.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer