webhookReceivers

@JvmName(name = "cgjxikupqnvfnvsr")
suspend fun webhookReceivers(value: Output<List<WebhookReceiverArgs>>)
@JvmName(name = "ycnbpsbyomcorrut")
suspend fun webhookReceivers(value: List<WebhookReceiverArgs>?)

Parameters

value

The list of webhook receivers that are part of this action group.


@JvmName(name = "jtdbvxtdrrpgpqxe")
suspend fun webhookReceivers(vararg values: Output<WebhookReceiverArgs>)


@JvmName(name = "xrcjmqbgdoojuxtt")
suspend fun webhookReceivers(values: List<Output<WebhookReceiverArgs>>)
@JvmName(name = "umrcsuypthegcbkg")
suspend fun webhookReceivers(vararg values: WebhookReceiverArgs)

Parameters

values

The list of webhook receivers that are part of this action group.


@JvmName(name = "cxmwvawciouptbpv")
suspend fun webhookReceivers(argument: List<suspend WebhookReceiverArgsBuilder.() -> Unit>)
@JvmName(name = "wovpqtoqullepnii")
suspend fun webhookReceivers(vararg argument: suspend WebhookReceiverArgsBuilder.() -> Unit)
@JvmName(name = "iexulrxyyehdqimm")
suspend fun webhookReceivers(argument: suspend WebhookReceiverArgsBuilder.() -> Unit)

Parameters

argument

The list of webhook receivers that are part of this action group.