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 SourceJsonPath
The JSON path to filter on.
Declaration
public readonly string JsonPath
Field Value
| Type | Description |
|---|---|
| System.String |
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 |