webhookConfig

@JvmName(name = "brtnjyowgjqgfbty")
suspend fun webhookConfig(value: Output<TriggerWebhookConfigArgs>)
@JvmName(name = "conajotkqxcfkxau")
suspend fun webhookConfig(value: TriggerWebhookConfigArgs?)

Parameters

value

WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of trigger_template, github, pubsub_config webhook_config or source_to_build must be provided. Structure is documented below.


@JvmName(name = "ccnsqarildlyagud")
suspend fun webhookConfig(argument: suspend TriggerWebhookConfigArgsBuilder.() -> Unit)

Parameters

argument

WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL. One of trigger_template, github, pubsub_config webhook_config or source_to_build must be provided. Structure is documented below.