Values_0.ResourceDataSyncDestinationDataSharingSourceSynchronize 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.
type nonrec t = {destinationDataSharingType : ResourceDataSyncDestinationDataSharingType.t
option;The sharing data type. Only Organization is supported.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ResourceDataSyncDestinationDataSharingType.t ])
list ]