Values.GetSyncConfigurationInputSourceReturns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.
type nonrec t = {syncType : SyncConfigurationType.t;The sync type for the sync configuration for which you want to retrieve information.
*)resourceName : ResourceName.t;The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]