Values_0.ResourceDataSyncSourceSourceInformation about the source of the data included in the resource data sync.
type nonrec t = {sourceType : ResourceDataSyncSourceType.t;The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.
*)awsOrganizationsSource : ResourceDataSyncAwsOrganizationsSource.t option;Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.
*)sourceRegions : ResourceDataSyncSourceRegionList.t;The SyncSource Amazon Web Services Regions included in the resource data sync.
*)includeFutureRegions : ResourceDataSyncIncludeFutureRegions.t option;Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
*)enableAllOpsDataSources : ResourceDataSyncEnableAllOpsDataSources.t option;When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide.
*)}val make :
?awsOrganizationsSource:??? ->
?includeFutureRegions:??? ->
?enableAllOpsDataSources:??? ->
sourceType:ResourceDataSyncSourceType.t ->
sourceRegions:ResourceDataSyncSourceRegionList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ResourceDataSyncIncludeFutureRegions.t
| `List of [> `String of ResourceDataSyncSourceRegion.t ] list
| `String of ResourceDataSyncSourceType.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
ResourceDataSyncOrganizationalUnitId.t ])
list ]
list
| `String of ResourceDataSyncOrganizationSourceType.t ])
list ])
list ]