Values.DefinitionRepositoryDetailsSourceContains detailed information about the source code repository that hosts the workflow definition files.
type nonrec t = {connectionArn : ConnectionArn.t option;The Amazon Resource Name (ARN) of the connection to the source code repository.
*)fullRepositoryId : FullRepositoryId.t option;The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
*)sourceReference : SourceReference.t option;The source reference for the repository, such as a branch name, tag, or commit ID.
*)providerType : String_.t option;The provider type of the source code repository, such as Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, and GitLabSelfManaged.
*)providerEndpoint : String_.t option;The endpoint URL of the source code repository provider.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConnectionArn.t
| `Structure of
(string * [> `Enum of string | `String of SourceReferenceValue.t ])
list ])
list ]