events

@JvmName(name = "tbafdubcponrxpsi")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "ikhwybjlltcnkfbw")
suspend fun events(value: List<String>?)

Parameters

value

List of events that will fire this trigger. At least one event must be specified.


@JvmName(name = "wrntrcesucavpvmq")
suspend fun events(vararg values: Output<String>)


@JvmName(name = "tfrriimgttdidtmv")
suspend fun events(values: List<Output<String>>)
@JvmName(name = "cbjdwytlcmgmdram")
suspend fun events(vararg values: String)

Parameters

values

List of events that will fire this trigger. At least one event must be specified.