ListWebhookItem

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val 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
val tags: List<Tag>?

Specifies the tags applied to the webhook.

Link copied to clipboard
val 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
inline fun copy(block: ListWebhookItem.Builder.() -> Unit = {}): ListWebhookItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String