Show / Hide Table of Contents

Class WebhookArgs

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

Constructors

View Source

WebhookArgs()

Declaration
public WebhookArgs()

Properties

View Source

BranchFilter

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>
View Source

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>
View Source

ProjectName

The name of the build project.

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