create_pipeline_webhook
Set up a webhook to automatically trigger AWS CodePipeline actions by defining pipeline name, webhook name, target action, authentication, and event filters.
Instructions
Create a webhook for a pipeline to enable automatic triggering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
authentication | Yes | Authentication method for the webhook | |
authenticationConfiguration | No | Authentication configuration based on the authentication type | |
filters | No | Event filters for the webhook | |
pipelineName | Yes | Name of the pipeline | |
targetAction | Yes | The name of the action in the pipeline that processes the webhook | |
webhookName | Yes | Name for the webhook |