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 for which to retrieve triggers. The trigger that can start this job will be returned, and if there is no such trigger, all triggers will be returned.
The maximum size of the response.
svc$get_triggers( NextToken = "string", DependentJobName = "string", MaxResults = 123 )