actions

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

Parameters

value

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


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


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

Parameters

values

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