

# ScopeConfiguration
<a name="API_ScopeConfiguration"></a>

Contains configuration information about the scope for a webhook. 

## Contents
<a name="API_ScopeConfiguration_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** name **   <a name="CodeBuild-Type-ScopeConfiguration-name"></a>
The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.  
Type: String  
Required: Yes

 ** scope **   <a name="CodeBuild-Type-ScopeConfiguration-scope"></a>
The type of scope for a GitHub or GitLab webhook. The scope default is GITHUB\$1ORGANIZATION.  
Type: String  
Valid Values: `GITHUB_ORGANIZATION | GITHUB_GLOBAL | GITLAB_GROUP`   
Required: Yes

 ** domain **   <a name="CodeBuild-Type-ScopeConfiguration-domain"></a>
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\$1ENTERPRISE or GITLAB\$1SELF\$1MANAGED.  
Type: String  
Required: No

## See Also
<a name="API_ScopeConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/codebuild-2016-10-06/ScopeConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/codebuild-2016-10-06/ScopeConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/codebuild-2016-10-06/ScopeConfiguration) 