Class WebhookFilterArgs
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 WebhookFilterArgs : ResourceArgs
Constructors
View SourceWebhookFilterArgs()
Declaration
public WebhookFilterArgs()
Properties
View SourceJsonPath
The JSON path to filter on.
Declaration
public Input<string> JsonPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchEquals
The value to match on (e.g. refs/heads/{Branch}). See AWS docs for details.
Declaration
public Input<string> MatchEquals { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |