actions

@JvmName(name = "hdjlnaamwriqpyex")
suspend fun actions(value: Output<List<Either<String, WebhookAction>>>)
@JvmName(name = "wfxsedeksqfsxyrh")
suspend fun actions(value: List<Either<String, WebhookAction>>?)

Parameters

value

The list of actions that trigger the webhook to post notifications.


@JvmName(name = "hdxnyisyymvagmvt")
suspend fun actions(vararg values: Output<Either<String, WebhookAction>>)


@JvmName(name = "kyhkmwfcfqtdkibl")
suspend fun actions(values: List<Output<Either<String, WebhookAction>>>)
@JvmName(name = "eglepoyandlwthoj")
suspend fun actions(vararg values: Either<String, WebhookAction>)

Parameters

values

The list of actions that trigger the webhook to post notifications.