actions

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

Parameters

value

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


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


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

Parameters

values

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