Stop Trigger
| glue_stop_trigger | R Documentation | 
Stops a specified trigger¶
Description¶
Stops a specified trigger.
Usage¶
glue_stop_trigger(Name)
Arguments¶
Name | 
[required] The name of the trigger to stop.  | 
Value¶
A list with the following syntax:
list(
  Name = "string"
)
Request syntax¶
svc$stop_trigger(
  Name = "string"
)