Show / Hide Table of Contents

Class WebhookFilterGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebhookFilterGetArgs
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 WebhookFilterGetArgs : ResourceArgs

Constructors

View Source

WebhookFilterGetArgs()

Declaration
public WebhookFilterGetArgs()

Properties

View Source

JsonPath

The JSON path to filter on.

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

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