Trigger Trigger Args
data class TriggerTriggerArgs(val branches: Output<List<String>>? = null, val customData: Output<String>? = null, val destinationArn: Output<String>, val events: Output<List<String>>, val name: Output<String>) : ConvertibleToJava<TriggerTriggerArgs>
Constructors
Functions
Properties
Link copied to clipboard
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
.