Amazon EventBridge Scheduler · Arazzo Workflow
EventBridge Scheduler List Inspect And Delete Schedule
Version 1.0.0
List schedules in a group, inspect the first match, then delete it.
Provider
Workflows
list-inspect-delete-schedule
List schedules in a group, get the first one, then delete it.
Filters schedules by group and name prefix, and when at least one schedule matches, retrieves its detail and deletes it. When no schedule matches the flow ends cleanly.
1
listSchedules
ListSchedules
List the schedules associated with the supplied group, optionally filtered by a name prefix, returning at most the requested number of results.
2
getSchedule
GetSchedule
Retrieve the full detail of the first matched schedule before deleting it.
3
deleteSchedule
DeleteSchedule
Delete the matched schedule from the group.