Class WebhookArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebhookArgs : ResourceArgs
Constructors
View SourceWebhookArgs()
Declaration
public WebhookArgs()
Properties
View SourceBranchFilter
A regular expression used to determine which branches get built. Default is all branches are built. It is recommended to use filter_group over branch_filter.
Declaration
public Input<string> BranchFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FilterGroups
Information about the webhook's trigger. Filter group blocks are documented below.
Declaration
public InputList<WebhookFilterGroupArgs> FilterGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WebhookFilterGroupArgs> |
ProjectName
The name of the build project.
Declaration
public Input<string> ProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |