AWS CodePipeline Webhook WebhookAuthConfiguration
The
WebhookAuthConfiguration property type configures the authentication applied to
incoming webhook trigger requests. For more information, see Webhook Definition in the
AWS CodePipeline API Reference.
WebhookAuthConfiguration is the property type of the AuthenticationConfiguration property of the AWS::CodePipeline::Webhook resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AllowedIPRange" :String, "SecretToken" :String}
YAML
AllowedIPRange:StringSecretToken:String
Properties
AllowedIPRange-
The property used to configure acceptance of webhooks within a specific IP range.
Required: No
Type: String
Update requires: No interruption
SecretToken-
The property used to configure GitHub authentication.
Required: No
Type: String
Update requires: No interruption
