Class WebhookState
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 WebhookState : ResourceArgs
Constructors
View SourceWebhookState()
Declaration
public WebhookState()
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<WebhookFilterGroupGetArgs> FilterGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WebhookFilterGroupGetArgs> |
PayloadUrl
The CodeBuild endpoint where webhook events are sent.
Declaration
public Input<string> PayloadUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectName
The name of the build project.
Declaration
public Input<string> ProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Url
The URL to the webhook.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |