Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The Amazon Resource Name (ARN) of the webhook.

Link copied to clipboard

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

Link copied to clipboard

The number code of the error.

Link copied to clipboard

The text of the error message about the webhook.

Link copied to clipboard

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

Link copied to clipboard
var tags: List<Tag>?

Specifies the tags applied to the webhook.

Link copied to clipboard
var url: 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.

Functions

Link copied to clipboard