Show / Hide Table of Contents

Class WebhookFilterGroupFilterGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebhookFilterGroupFilterGetArgs
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.CodeBuild.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebhookFilterGroupFilterGetArgs : ResourceArgs

Constructors

View Source

WebhookFilterGroupFilterGetArgs()

Declaration
public WebhookFilterGroupFilterGetArgs()

Properties

View Source

ExcludeMatchedPattern

If set to true, the specified filter does not trigger a build. Defaults to false.

Declaration
public Input<bool> ExcludeMatchedPattern { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Pattern

For a filter that uses EVENT type, a comma-separated string that specifies one event: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED. PULL_REQUEST_MERGED works with GitHub & GitHub Enterprise only. For a filter that uses any of the other filter types, a regular expression.

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

Type

The webhook filter group's type. Valid values for this parameter are: EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH. At least one filter group must specify EVENT as its type.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.