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 if a webhook event can trigger a build. A filter group must contain at least one EVENT``WebhookFilter
.
The name of the CodeBuild project.
A PullRequestBuildPolicy object that defines comment-based approval requirements for triggering builds on pull requests. This policy helps control when automated builds are executed based on contributor permissions and approval workflows.
A boolean value that specifies whether the associated GitHub repository's secret token should be updated. If you use Bitbucket for your repository, rotateSecret
is ignored.
Functions
construct an aws.sdk.kotlin.services.codebuild.model.PullRequestBuildPolicy inside the given block