webhookClientConfig

@JvmName(name = "ymbkpxhonrwckfvt")
suspend fun webhookClientConfig(value: Output<WebhookClientConfigArgs>)
@JvmName(name = "khjeyeukmmpatqjo")
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 = "dqktslojxqfsncsb")
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.