WebhookArgs

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
fun WebhookArgs(clientConfig: Output<WebhookClientConfigArgs>, throttle: Output<WebhookThrottleConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard

ClientConfig holds the connection parameters for the webhook required

Link copied to clipboard
val throttle: Output<WebhookThrottleConfigArgs>? = null

Throttle holds the options for throttling the webhook