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

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

Functions

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