Method: Aws::CodeBuild::Types::UpdateWebhookInput#build_type

Defined in:
lib/aws-sdk-codebuild/types.rb

#build_typeString

Specifies the type of build this webhook will trigger.

<note markdown=“1”> ‘RUNNER_BUILDKITE_BUILD` is only available for `NO_SOURCE` source type projects configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see

Tutorial: Configure a CodeBuild-hosted Buildkite runner][1

in the

*CodeBuild user guide*.

</note>

[1]: docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html



7321
7322
7323
7324
7325
7326
7327
7328
7329
# File 'lib/aws-sdk-codebuild/types.rb', line 7321

class UpdateWebhookInput < Struct.new(
  :project_name,
  :branch_filter,
  :rotate_secret,
  :filter_groups,
  :build_type)
  SENSITIVE = []
  include Aws::Structure
end