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

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

Functions

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