ScopeConfiguration

Contains configuration information about the scope for a webhook.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String