Start Trigger
glue_start_trigger | R Documentation |
Starts an existing trigger¶
Description¶
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
Usage¶
glue_start_trigger(Name)
Arguments¶
Name |
[required] The name of the trigger to start. |
Value¶
A list with the following syntax:
list(
Name = "string"
)
Request syntax¶
svc$start_trigger(
Name = "string"
)