Webhook Config Args
data class WebhookConfigArgs(val secret: Output<String>, val state: Output<WebhookConfigState>? = null) : ConvertibleToJava<WebhookConfigArgs>
WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL.