events

@JvmName(name = "fqsqeqeieurpkbgd")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "ahgcdunfdknytmit")
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 = "pqcdremtlqlweebw")
suspend fun events(vararg values: Output<String>)


@JvmName(name = "kgidrxjbrdsaftyq")
suspend fun events(values: List<Output<String>>)
@JvmName(name = "wvruefbvgoxsefxd")
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.