Values.RepositorySourceDetailed data of a linked repository—a repository that has been registered with Proton.
type nonrec t = {arn : RepositoryArn.t option;The Amazon Resource Name (ARN) of the linked repository.
*)connectionArn : Arn.t option;The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.
*)encryptionKey : Arn.t option;Your customer Amazon Web Services KMS encryption key.
*)name : RepositoryName.t option;The repository name.
*)provider : RepositoryProvider.t option;The repository provider.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RepositoryArn.t ]) list ]