Class: Aws::CodeBuild::Types::Webhook

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Information about a webhook that connects repository events to a build project in CodeBuild.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branch_filterString

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.

It is recommended that you use filterGroups instead of branchFilter.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#build_typeString

Specifies the type of build this webhook will trigger.

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 in the CodeBuild user guide.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#filter_groupsArray<Array<Types::WebhookFilter>>

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.

For a build to be triggered, at least one filter group in the filterGroups array must pass. For a filter group to pass, each of its filters must pass.

Returns:



7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_secretTime

A timestamp that indicates the last time a repository's secret token was modified.

Returns:

  • (Time)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#manual_creationBoolean

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.

manualCreation is only available for GitHub webhooks.

Returns:

  • (Boolean)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#payload_urlString

The CodeBuild endpoint where webhook events are sent.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#scope_configurationTypes::ScopeConfiguration

The scope configuration for global or organization webhooks.

Global or organization webhooks are only available for GitHub and Github Enterprise webhooks.



7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#secretString

The secret token of the associated repository.

A Bitbucket webhook does not support secret.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the webhook. Valid values include:

  • CREATING: The webhook is being created.

  • CREATE_FAILED: The webhook has failed to create.

  • ACTIVE: The webhook has succeeded and is active.

  • DELETING: The webhook is being deleted.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A message associated with the status of a webhook.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL to the webhook.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7468

class Webhook < Struct.new(
  :url,
  :payload_url,
  :secret,
  :branch_filter,
  :filter_groups,
  :build_type,
  :manual_creation,
  :last_modified_secret,
  :scope_configuration,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end