Values.RepositoryLinkInfoSourceInformation about the repository link resource, such as the repository link ARN, the associated connection ARN, encryption key ARN, and owner ID.
type nonrec t = {connectionArn : ConnectionArn.t option;The Amazon Resource Name (ARN) of the connection associated with the repository link.
*)encryptionKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.
*)ownerId : OwnerId.t option;The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.
*)providerType : ProviderType.t option;The provider type for the connection, such as GitHub, associated with the repository link.
*)repositoryLinkArn : RepositoryLinkArn.t option;The Amazon Resource Name (ARN) of the repository link.
*)repositoryLinkId : RepositoryLinkId.t option;The ID of the repository link.
*)repositoryName : RepositoryName.t option;The name of the repository associated with the repository link.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ConnectionArn.t ]) list ]