glue_get_triggers: Gets all the triggers associated with a job

View source: R/glue_operations.R

glue_get_triggersR Documentation

Gets all the triggers associated with a job

Description

Gets all the triggers associated with a job.

See https://www.paws-r-sdk.com/docs/glue_get_triggers/ for full documentation.

Usage

glue_get_triggers(NextToken = NULL, DependentJobName = NULL, MaxResults = NULL)

Arguments

NextToken

A continuation token, if this is a continuation call.

DependentJobName

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.

MaxResults

The maximum size of the response.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.