@aws-sdk/client-amplify

Webhook Interface

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

Members

Name
Type
Details
branchName Requiredstring | undefined

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

createTime RequiredDate | undefined

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

description Requiredstring | undefined

The description for a webhook.

updateTime RequiredDate | undefined

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

webhookArn Requiredstring | undefined

The Amazon Resource Name (ARN) for the webhook.

webhookId Requiredstring | undefined

The ID of the webhook.

webhookUrl Requiredstring | undefined

The URL of the webhook.

appId string | undefined

The unique ID of an Amplify app.

Full Signature

export interface Webhook