Values.SyncConfigurationSourceInformation, such as repository, branch, provider, and resource names for a specific sync configuration.
type nonrec t = {branch : BranchName.t option;The branch associated with a specific sync configuration.
*)configFile : DeploymentFilePath.t option;The file path to the configuration file associated with a specific sync configuration. The path should point to an actual file in the sync configurations linked repository.
*)ownerId : OwnerId.t option;The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.
*)providerType : ProviderType.t option;The connection provider type associated with a specific sync configuration, such as GitHub.
*)repositoryLinkId : RepositoryLinkId.t option;The ID of the repository link associated with a specific sync configuration.
*)repositoryName : RepositoryName.t option;The name of the repository associated with a specific sync configuration.
*)resourceName : ResourceName.t option;The name of the connection resource associated with a specific sync configuration.
*)roleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.
*)syncType : SyncConfigurationType.t option;The type of sync for a specific sync configuration.
*)publishDeploymentStatus : PublishDeploymentStatus.t option;Whether to enable or disable publishing of deployment status to source providers.
*)triggerResourceUpdateOn : TriggerResourceUpdateOn.t option;When to trigger Git sync to begin the stack update.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BranchName.t ]) list ]