events

@JvmName(name = "kpfjmovljocomkky")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "gdtnlahhnpvhrxgy")
suspend fun events(value: List<String>)

Parameters

value

Specifies a list of source events corresponding to the trigger. Possible values are commit and pullrequest.


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


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

Parameters

values

Specifies a list of source events corresponding to the trigger. Possible values are commit and pullrequest.