actions

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

Parameters

value

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


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


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

Parameters

values

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