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 unique ID of an Amplify app.

Link copied to clipboard

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

Link copied to clipboard

A timestamp of when Amplify created the webhook in your Git repository.

Link copied to clipboard

The description for a webhook.

Link copied to clipboard

A timestamp of when Amplify updated the webhook in your Git repository.

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