Amplify Webhook

An Amplify Webhook in AWS is a resource that allows external systems or services to trigger actions in an Amplify app, such as starting a new build or deployment. It provides a secure endpoint that can be invoked to automate workflows and integrate Amplify with other tools or CI/CD pipelines.

aws.amplify_webhook

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
branch_namecorestringThe name for a branch that is part of an Amplify app.
create_timecoretimestampA timestamp of when Amplify created the webhook in your Git repository.
descriptioncorestringThe description for a webhook.
tagscorehstore
update_timecoretimestampA timestamp of when Amplify updated the webhook in your Git repository.
webhook_arncorestringThe Amazon Resource Name (ARN) for the webhook.
webhook_idcorestringThe ID of the webhook.
webhook_urlcorestringThe URL of the webhook.