events

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

Parameters

value

The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS). If no events are specified, the trigger will run for all repository events. Event types include: all, updateReference, createReference, deleteReference.


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


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

Parameters

values

The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS). If no events are specified, the trigger will run for all repository events. Event types include: all, updateReference, createReference, deleteReference.