Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

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

Hierarchy

  • ListWebhookItem

Properties

arn?: string

The Amazon Resource Name (ARN) of the webhook.

definition: undefined | WebhookDefinition

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

errorCode?: string

The number code of the error.

errorMessage?: string

The text of the error message about the webhook.

lastTriggered?: Date

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

tags?: Tag[]

Specifies the tags applied to the webhook.

url: undefined | string

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.