ResourceDataSyncSource
public struct ResourceDataSyncSource : AWSShape
Undocumented
-
Declaration
Swift
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.
Declaration
Swift
public let awsOrganizationsSource: ResourceDataSyncAwsOrganizationsSource? -
Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.
Declaration
Swift
public let includeFutureRegions: Bool? -
The SyncSource AWS Regions included in the resource data sync.
Declaration
Swift
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.
Declaration
Swift
public let sourceType: String -
Undocumented
Declaration
Swift
public init(awsOrganizationsSource: ResourceDataSyncAwsOrganizationsSource? = nil, includeFutureRegions: Bool? = nil, sourceRegions: [String], sourceType: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ResourceDataSyncSource Structure Reference