webhooks

@JvmName(name = "ujhfkaxvawlvaghi")
suspend fun webhooks(value: Output<List<WebhookNotificationArgs>>)
@JvmName(name = "gmhpqduxpxyvgneg")
suspend fun webhooks(value: List<WebhookNotificationArgs>?)

Parameters

value

the collection of webhook notifications.


@JvmName(name = "hgojgmkxjpxukkju")
suspend fun webhooks(vararg values: Output<WebhookNotificationArgs>)


@JvmName(name = "ihlgjucytmxmygtu")
suspend fun webhooks(values: List<Output<WebhookNotificationArgs>>)
@JvmName(name = "msqlybmhlrxjaefg")
suspend fun webhooks(vararg values: WebhookNotificationArgs)

Parameters

values

the collection of webhook notifications.


@JvmName(name = "wxujxcrbycsxoofs")
suspend fun webhooks(argument: List<suspend WebhookNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "gfctooyuoqqwchlt")
suspend fun webhooks(vararg argument: suspend WebhookNotificationArgsBuilder.() -> Unit)
@JvmName(name = "gdmqdtamukvfwjfg")
suspend fun webhooks(argument: suspend WebhookNotificationArgsBuilder.() -> Unit)

Parameters

argument

the collection of webhook notifications.