Values.CodeRepositorySourceDescribes a source code repository.
type nonrec t = {repositoryUrl : String_.t;The location of the repository that contains the source code.
*)sourceCodeVersion : SourceCodeVersion.t;The version that should be used within the source code repository.
*)codeConfiguration : CodeConfiguration.t option;Configuration for building and running the service from a source code repository. CodeConfiguration is required only for CreateService request.
*)sourceDirectory : SourceDirectory.t option;The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.
*)}val make :
?codeConfiguration:??? ->
?sourceDirectory:??? ->
repositoryUrl:String_.t ->
sourceCodeVersion:SourceCodeVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of RuntimeEnvironmentVariablesKey.t ]
* [> `String of RuntimeEnvironmentVariablesValue.t ])
list
| `String of BuildCommand.t ])
list ])
list ])
list ]