webhooks

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

Parameters

value

the collection of webhook notifications.


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


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

Parameters

values

the collection of webhook notifications.


@JvmName(name = "cirsqabotdoimpis")
suspend fun webhooks(argument: List<suspend WebhookNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "jdaefkvpgefacxkq")
suspend fun webhooks(vararg argument: suspend WebhookNotificationArgsBuilder.() -> Unit)
@JvmName(name = "pchxwyqylbnjqnce")
suspend fun webhooks(argument: suspend WebhookNotificationArgsBuilder.() -> Unit)

Parameters

argument

the collection of webhook notifications.