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.CodePipeline
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebhookArgs : ResourceArgs
Constructors
View SourceWebhookArgs()
Declaration
public WebhookArgs()
Properties
View SourceAuthentication
The type of authentication to use. One of IP, GITHUB_HMAC, or UNAUTHENTICATED.
Declaration
public Input<string> Authentication { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AuthenticationConfiguration
An auth block. Required for IP and GITHUB_HMAC. Auth blocks are documented below.
Declaration
public Input<WebhookAuthenticationConfigurationArgs> AuthenticationConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WebhookAuthenticationConfigurationArgs> |
Filters
One or more filter blocks. Filter blocks are documented below.
Declaration
public InputList<WebhookFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WebhookFilterArgs> |
Name
The name of the webhook.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
TargetAction
The name of the action in a pipeline you want to connect to the webhook. The action must be from the source (first) stage of the pipeline.
Declaration
public Input<string> TargetAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetPipeline
The name of the pipeline.
Declaration
public Input<string> TargetPipeline { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |