AWS::CodePipeline::WebhookResource Type definition for AWS::CodePipeline::Webhook
8 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Authentication | string | Required |
AuthenticationConfiguration | WebhookAuthConfiguration | Required |
Filters | Array<WebhookFilterRule> | Required |
TargetAction | string | Required |
TargetPipeline | string | Required |
Name | string | Create-only |
RegisterWithThirdParty | boolean | Write-only |
TargetPipelineVersion | integer | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | logical id of the webhook |
Url | string | The webhook URL generated by AWS CodePipeline |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodePipeline::Webhook
Resources:
MyResource:
Type: AWS::CodePipeline::Webhook
Properties:
AuthenticationConfiguration: "value"
Filters: []
Authentication: "GITHUB_HMAC"
TargetPipeline: "value"
TargetAction: "value"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
codepipeline:ListWebhookscodepipeline:RegisterWebhookWithThirdPartycodepipeline:PutWebhookcodepipeline:ListWebhookscodepipeline:ListWebhookscodepipeline:RegisterWebhookWithThirdPartycodepipeline:PutWebhookcodepipeline:DeregisterWebhookWithThirdPartycodepipeline:ListWebhookscodepipeline:DeleteWebhookcodepipeline:DeregisterWebhookWithThirdPartycodepipeline:ListWebhooksOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name