A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CodePipeline/Types/PutWebhookInput.html below:

PutWebhookInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::PutWebhookInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing PutWebhookInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  webhook: {     name: "WebhookName",     target_pipeline: "PipelineName",     target_action: "ActionName",     filters: [       {
        json_path: "JsonPath",         match_equals: "MatchEquals",
      },
    ],
    authentication: "GITHUB_HMAC",     authentication_configuration: {       allowed_ip_range: "WebhookAuthConfigurationAllowedIPRange",
      secret_token: "WebhookAuthConfigurationSecretToken",
    },
  },
  tags: [
    {
      key: "TagKey",       value: "TagValue",     },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #tags ⇒ Array<Types::Tag>

The tags for the webhook.

#webhookTypes::WebhookDefinition

The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name that helps you identify it. You might name the webhook after the pipeline and action it targets so that you can easily recognize what it\'s used for later.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4