Returns a paginated list of your EventBridge Scheduler schedules
Source:R/eventbridgescheduler_operations.R
eventbridgescheduler_list_schedules.RdReturns a paginated list of your EventBridge Scheduler schedules.
See https://www.paws-r-sdk.com/docs/eventbridgescheduler_list_schedules/ for full documentation.
Usage
eventbridgescheduler_list_schedules(
GroupName = NULL,
MaxResults = NULL,
NamePrefix = NULL,
NextToken = NULL,
State = NULL
)Arguments
- GroupName
If specified, only lists the schedules whose associated schedule group matches the given filter.
- MaxResults
If specified, limits the number of results returned by this operation. The operation also returns a
NextTokenwhich you can use in a subsequent operation to retrieve the next set of results.- NamePrefix
Schedule name prefix to return the filtered list of resources.
- NextToken
The token returned by a previous call to retrieve the next set of results.
- State
If specified, only lists the schedules whose current state matches the given filter.