Module Values_0.ResourceDataSyncAwsOrganizationsSourceSource

Information 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. organizationalUnits : ResourceDataSyncOrganizationalUnitList.t option;
    (*

    The Organizations organization units included in the sync.

    *)
}
Sourceval context_ : string
Sourceval make : ?organizationalUnits:??? -> organizationSourceType:ResourceDataSyncOrganizationSourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of ResourceDataSyncOrganizationalUnitId.t ]) list ] list | `String of ResourceDataSyncOrganizationSourceType.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t