ConfigurationAggregator constructor
ConfigurationAggregator({
- List<
AccountAggregationSource> ? accountAggregationSources, - String? configurationAggregatorArn,
- String? configurationAggregatorName,
- String? createdBy,
- DateTime? creationTime,
- DateTime? lastUpdatedTime,
- OrganizationAggregationSource? organizationAggregationSource,
Implementation
ConfigurationAggregator({
this.accountAggregationSources,
this.configurationAggregatorArn,
this.configurationAggregatorName,
this.createdBy,
this.creationTime,
this.lastUpdatedTime,
this.organizationAggregationSource,
});