Values.WebhookSourceDescribes a webhook that connects repository events to an Amplify app.
type nonrec t = {webhookArn : WebhookArn.t option;The Amazon Resource Name (ARN) for the webhook.
*)webhookId : WebhookId.t option;The ID of the webhook.
*)webhookUrl : WebhookUrl.t option;The URL of the webhook.
*)appId : AppId.t option;The unique ID of an Amplify app.
*)branchName : BranchName.t option;The name for a branch that is part of an Amplify app.
*)description : Description.t option;The description for a webhook.
*)createTime : CreateTime.t option;A timestamp of when Amplify created the webhook in your Git repository.
*)updateTime : UpdateTime.t option;A timestamp of when Amplify updated the webhook in your Git repository.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of WebhookArn.t | `Timestamp of CreateTime.t ])
list ]