webhookClientConfig

@JvmName(name = "mppkhrjdqvpgsvsw")
suspend fun webhookClientConfig(value: Output<WebhookClientConfigArgs>)
@JvmName(name = "xueubbpdydgcfsik")
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 = "sicfnufwmnyoldnm")
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.