Builder
Properties
A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter
is empty, then all branches are built.
Specifies the type of build this webhook will trigger.
An array of arrays of WebhookFilter
objects used to determine which webhooks are triggered. At least one WebhookFilter
in the array must specify EVENT
as its type
.
A timestamp that indicates the last time a repository's secret token was modified.
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns payloadUrl
and secret
values for the webhook. The payloadUrl
and secret
values in the output can be used to manually create a webhook within GitHub.
The CodeBuild endpoint where webhook events are sent.
The scope configuration for global or organization webhooks.
The status of the webhook. Valid values include:
A message associated with the status of a webhook.
Functions
construct an aws.sdk.kotlin.services.codebuild.model.ScopeConfiguration inside the given block