CodePipeline Webhook

CodePipeline Webhook in AWS is a resource that allows external systems to trigger pipeline executions automatically. It listens for specific events, such as code changes pushed to a repository, and then starts the associated pipeline without manual intervention. This enables continuous integration and delivery workflows by connecting external sources directly to CodePipeline.

aws.codepipeline_webhook

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the webhook.
definitioncorejsonThe detail returned for each webhook, such as the webhook authentication type and filter rules.
error_codecorestringThe number code of the error.
error_messagecorestringThe text of the error message about the webhook.
last_triggeredcoretimestampThe date and time a webhook was last successfully triggered, in timestamp format.
tagscorehstore
urlcorestringA unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one.