OrganizationAggregationSource
public struct OrganizationAggregationSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If true, aggregate existing AWS Config regions and future regions.
Declaration
Swift
public let allAwsRegions: Bool?
-
The source regions being aggregated.
Declaration
Swift
public let awsRegions: [String]?
-
ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.
Declaration
Swift
public let roleArn: String
-
Undocumented
Declaration
Swift
public init(allAwsRegions: Bool? = nil, awsRegions: [String]? = nil, roleArn: String)
-
Declaration
Swift
public func validate(name: String) throws