Show / Hide Table of Contents

Class WebhookAuthenticationConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebhookAuthenticationConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 Source

WebhookAuthenticationConfigurationArgs()

Declaration
public WebhookAuthenticationConfigurationArgs()

Properties

View Source

AllowedIpRange

A valid CIDR block for IP filtering. Required for IP.

Declaration
public Input<string> AllowedIpRange { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.