AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains configuration information about the scope for a webhook.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.ScopeConfiguration

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class ScopeConfiguration

The ScopeConfiguration type exposes the following members

Constructors

NameDescription
Public Method ScopeConfiguration()

Properties

NameTypeDescription
Public Property Domain System.String

Gets and sets the property Domain.

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.

Public Property Name System.String

Gets and sets the property Name.

The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.

Public Property Scope Amazon.CodeBuild.WebhookScopeType

Gets and sets the property Scope.

The type of scope for a GitHub or GitLab webhook. The scope default is GITHUB_ORGANIZATION.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5