WebhookThrottleConfigArgs

data class WebhookThrottleConfigArgs(val burst: Output<Int>? = null, val qps: Output<Int>? = null) : ConvertibleToJava<WebhookThrottleConfigArgs>

WebhookThrottleConfig holds the configuration for throttling events

Constructors

Link copied to clipboard
constructor(burst: Output<Int>? = null, qps: Output<Int>? = null)

Properties

Link copied to clipboard
val burst: Output<Int>? = null

ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS

Link copied to clipboard
val qps: Output<Int>? = null

ThrottleQPS maximum number of batches per second default 10 QPS

Functions

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