events

@JvmName(name = "gmccamhivipkbbjr")
suspend fun events(value: Output<List<Either<String, NotificationEvent>>>)
@JvmName(name = "qpfyhidlfcpqipru")
suspend fun events(value: List<Either<String, NotificationEvent>>?)

Parameters

value

under which event notification should be sent.


@JvmName(name = "qhcqpfyyanibjbym")
suspend fun events(vararg values: Output<Either<String, NotificationEvent>>)


@JvmName(name = "jkgfnctrcmgafmdn")
suspend fun events(values: List<Output<Either<String, NotificationEvent>>>)
@JvmName(name = "xusbuieuuolvdudd")
suspend fun events(vararg values: Either<String, NotificationEvent>)

Parameters

values

under which event notification should be sent.