Show / Hide Table of Contents

Class WebhookFilter

Inheritance
System.Object
WebhookFilter
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 WebhookFilter

Fields

View Source

JsonPath

The JSON path to filter on.

Declaration
public readonly string JsonPath
Field Value
Type Description
System.String
View Source

MatchEquals

The value to match on (e.g. refs/heads/{Branch}). See AWS docs for details.

Declaration
public readonly string MatchEquals
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.