ConfigurationAggregator class

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

Constructors

ConfigurationAggregator({List<AccountAggregationSource>? accountAggregationSources, String? configurationAggregatorArn, String? configurationAggregatorName, String? createdBy, DateTime? creationTime, DateTime? lastUpdatedTime, OrganizationAggregationSource? organizationAggregationSource})
ConfigurationAggregator.fromJson(Map<String, dynamic> json)
factory

Properties

accountAggregationSources List<AccountAggregationSource>?
Provides a list of source accounts and regions to be aggregated.
final
configurationAggregatorArn String?
The Amazon Resource Name (ARN) of the aggregator.
final
configurationAggregatorName String?
The name of the aggregator.
final
createdBy String?
AWS service that created the configuration aggregator.
final
creationTime DateTime?
The time stamp when the configuration aggregator was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
The time of the last update.
final
organizationAggregationSource OrganizationAggregationSource?
Provides an organization and list of regions to be aggregated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited