Class WebhookAuthenticationConfigurationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodePipeline.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebhookAuthenticationConfigurationArgs : ResourceArgs
Constructors
View SourceWebhookAuthenticationConfigurationArgs()
Declaration
public WebhookAuthenticationConfigurationArgs()
Properties
View SourceAllowedIpRange
A valid CIDR block for IP filtering. Required for IP.
Declaration
public Input<string> AllowedIpRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretToken
The shared secret for the GitHub repository webhook. Set this as secret in your github_repository_webhook's configuration block. Required for GITHUB_HMAC.
Declaration
public Input<string> SecretToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |