webhooks

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

Parameters

value

the collection of webhook notifications.


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


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

Parameters

values

the collection of webhook notifications.


@JvmName(name = "ekcsrtlqwtinbnhh")
suspend fun webhooks(argument: List<suspend WebhookNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "drxgebnlvjucrjln")
suspend fun webhooks(vararg argument: suspend WebhookNotificationArgsBuilder.() -> Unit)
@JvmName(name = "nfmuginoygwpshqb")
suspend fun webhooks(argument: suspend WebhookNotificationArgsBuilder.() -> Unit)

Parameters

argument

the collection of webhook notifications.