Show / Hide Table of Contents

Class WebhookState

Inheritance
System.Object
InputArgs
ResourceArgs
WebhookState
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 WebhookState : ResourceArgs

Constructors

View Source

WebhookState()

Declaration
public WebhookState()

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<WebhookFilterGroupGetArgs> FilterGroups { get; set; }
Property Value
Type Description
InputList<WebhookFilterGroupGetArgs>
View Source

PayloadUrl

The CodeBuild endpoint where webhook events are sent.

Declaration
public Input<string> PayloadUrl { get; set; }
Property Value
Type Description
Input<System.String>
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

Secret

The secret token of the associated repository. Not returned by the CodeBuild API for all source types.

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

Url

The URL to the webhook.

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