WebhookConfigArgs

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.

Constructors

Link copied to clipboard
fun WebhookConfigArgs(secret: Output<String>, state: Output<WebhookConfigState>? = null)

Functions

Link copied to clipboard
open override fun toJava(): WebhookConfigArgs

Properties

Link copied to clipboard
val secret: Output<String>

Resource name for the secret required as a URL parameter.

Link copied to clipboard
val state: Output<WebhookConfigState>? = null

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.