actions

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

Parameters

value

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


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


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

Parameters

values

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