ConfigurationAggregator
public struct ConfigurationAggregator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Provides a list of source accounts and regions to be aggregated.
Declaration
Swift
public let accountAggregationSources: [AccountAggregationSource]? -
The Amazon Resource Name (ARN) of the aggregator.
Declaration
Swift
public let configurationAggregatorArn: String? -
The name of the aggregator.
Declaration
Swift
public let configurationAggregatorName: String? -
AWS service that created the configuration aggregator.
Declaration
Swift
public let createdBy: String? -
The time stamp when the configuration aggregator was created.
Declaration
Swift
public let creationTime: TimeStamp? -
The time of the last update.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
Provides an organization and list of regions to be aggregated.
Declaration
Swift
public let organizationAggregationSource: OrganizationAggregationSource? -
init(accountAggregationSources:configurationAggregatorArn:configurationAggregatorName:createdBy:creationTime:lastUpdatedTime:organizationAggregationSource:)Undocumented
Declaration
Swift
public init(accountAggregationSources: [AccountAggregationSource]? = nil, configurationAggregatorArn: String? = nil, configurationAggregatorName: String? = nil, createdBy: String? = nil, creationTime: TimeStamp? = nil, lastUpdatedTime: TimeStamp? = nil, organizationAggregationSource: OrganizationAggregationSource? = nil)
View on GitHub
ConfigurationAggregator Structure Reference