Values.ScopeConfigurationSourceContains configuration information about the scope for a webhook.
type nonrec t = {name : String_.t;The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.
*)domain : String_.t option;The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.
*)scope : WebhookScopeType.t;The type of scope for a GitHub or GitLab webhook. The scope default is GITHUB_ORGANIZATION.
*)}