webhookClientConfig

@JvmName(name = "sesiplgeujlhiksw")
suspend fun webhookClientConfig(value: Output<WebhookClientConfigArgs>)
@JvmName(name = "ipxtasrqntqyrxfc")
suspend fun webhookClientConfig(value: WebhookClientConfigArgs?)

Parameters

value

webhookClientConfig is the instructions for how to call the webhook if strategy is Webhook. Required when strategy is set to Webhook.


@JvmName(name = "caiapyhhhdyphtop")
suspend fun webhookClientConfig(argument: suspend WebhookClientConfigArgsBuilder.() -> Unit)

Parameters

argument

webhookClientConfig is the instructions for how to call the webhook if strategy is Webhook. Required when strategy is set to Webhook.