Values.RepositorySyncDefinitionSourceThe definition for a repository with a sync configuration.
type nonrec t = {branch : BranchName.t option;The branch specified for a repository sync definition.
*)directory : Directory.t option;The configuration file for a repository sync definition. This value comes from creating or updating the config-file field of a sync-configuration.
*)parent : Parent.t option;The parent resource specified for a repository sync definition.
*)target : Target.t option;The target resource specified for a repository sync definition. In some cases, such as CFN_STACK_SYNC, the parent and target resource are the same.
*)}