AWS SDK Version 3 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.

The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigurationAggregator

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

Syntax

C#
public class ConfigurationAggregator

The ConfigurationAggregator type exposes the following members

Constructors

NameDescription
Public Method ConfigurationAggregator()

Properties

NameTypeDescription
Public Property AccountAggregationSources System.Collections.Generic.List<Amazon.ConfigService.Model.AccountAggregationSource>

Gets and sets the property AccountAggregationSources.

Provides a list of source accounts and regions to be aggregated.

Public Property ConfigurationAggregatorArn System.String

Gets and sets the property ConfigurationAggregatorArn.

The Amazon Resource Name (ARN) of the aggregator.

Public Property ConfigurationAggregatorName System.String

Gets and sets the property ConfigurationAggregatorName.

The name of the aggregator.

Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

Amazon Web Services service that created the configuration aggregator.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time stamp when the configuration aggregator was created.

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The time of the last update.

Public Property OrganizationAggregationSource Amazon.ConfigService.Model.OrganizationAggregationSource

Gets and sets the property OrganizationAggregationSource.

Provides an organization and list of regions to be aggregated.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5