You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::PutWebhookInputWhen 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
The tags for the webhook.
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name.
The tags for the webhook.
#webhook ⇒ Types::WebhookDefinitionThe 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