ResourceDataSyncSource
public struct ResourceDataSyncSource : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from AWS Organizations. DeclarationSwift public let awsOrganizationsSource: ResourceDataSyncAwsOrganizationsSource?
- 
                  
                  Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online. DeclarationSwift public let includeFutureRegions: Bool?
- 
                  
                  The SyncSource AWS Regions included in the resource data sync. DeclarationSwift public let sourceRegions: [String]
- 
                  
                  The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in AWS Organizations) or singleAccountMultiRegions. DeclarationSwift public let sourceType: String
- 
                  
                  Undocumented DeclarationSwift public init(awsOrganizationsSource: ResourceDataSyncAwsOrganizationsSource? = nil, includeFutureRegions: Bool? = nil, sourceRegions: [String], sourceType: String)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub ResourceDataSyncSource Structure Reference
        ResourceDataSyncSource Structure Reference