Show / Hide Table of Contents

Class WebhookFilterGroupFilter

Inheritance
System.Object
WebhookFilterGroupFilter
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.CodeBuild.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebhookFilterGroupFilter

Fields

View Source

ExcludeMatchedPattern

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

Declaration
public readonly bool? ExcludeMatchedPattern
Field Value
Type Description
System.Nullable<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 readonly string Pattern
Field Value
Type Description
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 readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.