Amazon EventBridge Scheduler · Arazzo Workflow
EventBridge Scheduler Create Then Update Schedule
Version 1.0.0
Create a schedule, update its expression and state, then read it back.
Provider
Workflows
create-then-update-schedule
Create a schedule, update its expression and state, then get it.
Provisions a schedule, applies an updated schedule expression and state in a full-replacement UpdateSchedule call, and verifies the change by retrieving the schedule.
1
createSchedule
CreateSchedule
Create the initial schedule in the default group with the supplied expression and target.
2
updateSchedule
UpdateSchedule
Apply a full-replacement update to the schedule, changing its expression and state. All required fields are re-supplied because UpdateSchedule overrides the existing schedule with the request values.
3
getSchedule
GetSchedule
Read the schedule back to confirm the updated expression and state are in effect.