Webhook Args
data class WebhookArgs(val clientConfig: Output<WebhookClientConfigArgs>, val throttle: Output<WebhookThrottleConfigArgs>? = null) : ConvertibleToJava<WebhookArgs>
Webhook holds the configuration of the webhook
Constructors
Link copied to clipboard
constructor(clientConfig: Output<WebhookClientConfigArgs>, throttle: Output<WebhookThrottleConfigArgs>? = null)