AccountAggregationSource

public struct AccountAggregationSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The 12-digit account ID of the account being aggregated.

    Declaration

    Swift

    public let accountIds: [String]
  • 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]?
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String], allAwsRegions: Bool? = nil, awsRegions: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws