Webhook

class Webhook

Describes a webhook that connects repository events to an Amplify app.

Types

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

Properties

Link copied to clipboard

The name for a branch that is part of an Amplify app.

Link copied to clipboard

The create date and time for a webhook.

Link copied to clipboard

The description for a webhook.

Link copied to clipboard

Updates the date and time for a webhook.

Link copied to clipboard

The Amazon Resource Name (ARN) for the webhook.

Link copied to clipboard

The ID of the webhook.

Link copied to clipboard

The URL of the webhook.

Functions

Link copied to clipboard
inline fun copy(block: Webhook.Builder.() -> Unit = {}): Webhook
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