paws.analytics (version 0.1.0)

glue_get_triggers: Gets all the triggers associated with a job

Description

Gets all the triggers associated with a job.

Usage

glue_get_triggers(NextToken, DependentJobName, MaxResults)

Arguments

NextToken

A continuation token, if this is a continuation call.

DependentJobName

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.

MaxResults

The maximum size of the response.

Request syntax

svc$get_triggers(
  NextToken = "string",
  DependentJobName = "string",
  MaxResults = 123
)