Values_0.GitConfigSourceSpecifies configuration details for a Git repository in your Amazon Web Services account.
type nonrec t = {repositoryUrl : GitConfigUrl.t;The URL where the Git repository is located.
*)branch : Branch.t option;The default branch for the Git repository.
*)secretArn : SecretArn.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format: {"username": UserName, "password": Password}
*)}