Values.CreateServiceSyncConfigInputSourceCreate the Proton Ops configuration file.
type nonrec t = {branch : GitBranchName.t;The repository branch for your Proton Ops file.
*)filePath : OpsFilePath.t;The path to the Proton Ops file.
*)repositoryName : RepositoryName.t;The repository name.
*)repositoryProvider : RepositoryProvider.t;The provider type for your repository.
*)serviceName : ResourceName.t;The name of the service the Proton Ops file is for.
*)}val make :
branch:GitBranchName.t ->
filePath:OpsFilePath.t ->
repositoryName:RepositoryName.t ->
repositoryProvider:RepositoryProvider.t ->
serviceName:ResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GitBranchName.t ]) list ]