Show / Hide Table of Contents

Class WebhookAuthenticationConfiguration

Inheritance
System.Object
WebhookAuthenticationConfiguration
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebhookAuthenticationConfiguration

Fields

View Source

AllowedIpRange

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

Declaration
public readonly string AllowedIpRange
Field Value
Type Description
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 readonly string SecretToken
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.