Module Values_0.ResourceDataSyncDestinationDataSharingSource

Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.

Sourcetype nonrec t = {
  1. destinationDataSharingType : ResourceDataSyncDestinationDataSharingType.t option;
    (*

    The sharing data type. Only Organization is supported.

    *)
}
Sourceval make : ?destinationDataSharingType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceDataSyncDestinationDataSharingType.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