AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ListWebhookItem

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class ListWebhookItem

The ListWebhookItem type exposes the following members

Constructors

NameDescription
Public Method ListWebhookItem()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the webhook.

Public Property Definition Amazon.CodePipeline.Model.WebhookDefinition

Gets and sets the property Definition.

The detail returned for each webhook, such as the webhook authentication type and filter rules.

Public Property ErrorCode System.String

Gets and sets the property ErrorCode.

The number code of the error.

Public Property ErrorMessage System.String

Gets and sets the property ErrorMessage.

The text of the error message about the webhook.

Public Property LastTriggered System.DateTime

Gets and sets the property LastTriggered.

The date and time a webhook was last successfully triggered, in timestamp format.

Public Property Tags System.Collections.Generic.List<Amazon.CodePipeline.Model.Tag>

Gets and sets the property Tags.

Specifies the tags applied to the webhook.

Public Property Url System.String

Gets and sets the property Url.

A unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5