Gets all the triggers associated with a job.
glue_get_triggers(NextToken, DependentJobName, MaxResults)
A continuation token, if this is a continuation call.
The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.
The maximum size of the response.
svc$get_triggers( NextToken = "string", DependentJobName = "string", MaxResults = 123 )