glue_list_triggers {paws.analytics} | R Documentation |
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag
Description
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
See https://www.paws-r-sdk.com/docs/glue_list_triggers/ for full documentation.
Usage
glue_list_triggers(
NextToken = NULL,
DependentJobName = NULL,
MaxResults = NULL,
Tags = NULL
)
Arguments
NextToken |
A continuation token, if this is a continuation request. |
DependentJobName |
The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned. |
MaxResults |
The maximum size of a list to return. |
Tags |
Specifies to return only these tagged resources. |
[Package paws.analytics version 0.7.0 Index]