- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-amplify
Webhook Interface
Describes a webhook that connects repository events to an Amplify app.
Members
Name | Type | Details |
---|---|---|
branchName Required | string | undefined | The name for a branch that is part of an Amplify app. |
createTime Required | Date | undefined | A timestamp of when Amplify created the webhook in your Git repository. |
description Required | string | undefined | The description for a webhook. |
updateTime Required | Date | undefined | A timestamp of when Amplify updated the webhook in your Git repository. |
webhookArn Required | string | undefined | The Amazon Resource Name (ARN) for the webhook. |
webhookId Required | string | undefined | The ID of the webhook. |
webhookUrl Required | string | undefined | The URL of the webhook. |
appId | string | undefined | The unique ID of an Amplify app. |
Full Signature
export interface Webhook