WebhookPatchArgs

data class WebhookPatchArgs(val clientConfig: Output<WebhookClientConfigPatchArgs>? = null, val throttle: Output<WebhookThrottleConfigPatchArgs>? = null) : ConvertibleToJava<WebhookPatchArgs>

Webhook holds the configuration of the webhook

Constructors

Link copied to clipboard
fun WebhookPatchArgs(clientConfig: Output<WebhookClientConfigPatchArgs>? = null, throttle: Output<WebhookThrottleConfigPatchArgs>? = null)

Functions

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

Properties

Link copied to clipboard

ClientConfig holds the connection parameters for the webhook required

Link copied to clipboard

Throttle holds the options for throttling the webhook