Class WebhookFilterGroupFilterGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebhookFilterGroupFilterGetArgs : ResourceArgs
Constructors
View SourceWebhookFilterGroupFilterGetArgs()
Declaration
public WebhookFilterGroupFilterGetArgs()
Properties
View SourceExcludeMatchedPattern
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> |
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> |
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> |