Amazon EventBridge Scheduler · Arazzo Workflow
EventBridge Scheduler Provision Grouped Schedule
Version 1.0.0
Create a schedule group, add a schedule to it, then read the schedule back.
Provider
Workflows
provision-grouped-schedule
Create a schedule group, create a schedule within it, then get the schedule.
Creates a named schedule group, provisions a schedule that targets a resource within that group, and reads the schedule back to confirm its group association and target.
1
createGroup
CreateScheduleGroup
Create the schedule group that the new schedule will belong to.
2
createSchedule
CreateSchedule
Create a schedule inside the newly created group. The schedule requires a flexible time window mode, a schedule expression, and a target.
3
getSchedule
GetSchedule
Retrieve the schedule from the group to confirm it was created and is associated with the expected group.