Values_0.ResourceDataSyncAwsOrganizationsSourceSourceInformation about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations or, if an Amazon Web Services organization isn't present, from multiple Amazon Web Services Regions.
type nonrec t = {organizationSourceType : ResourceDataSyncOrganizationSourceType.t;If an Amazon Web Services organization is present, this is either OrganizationalUnits or EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of organization units. For EntireOrganization, the data is aggregated from the entire Amazon Web Services organization.
*)organizationalUnits : ResourceDataSyncOrganizationalUnitList.t option;The Organizations organization units included in the sync.
*)}val make :
?organizationalUnits:??? ->
organizationSourceType:ResourceDataSyncOrganizationSourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of ResourceDataSyncOrganizationalUnitId.t ])
list ]
list
| `String of ResourceDataSyncOrganizationSourceType.t ])
list ]