View Source aws_scheduler (aws v1.0.4)
Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service.
EventBridge Scheduler delivers your tasks reliably, with built-in mechanisms that adjust your schedules based on the availability of downstream targets. The following reference lists the available API actions, and data types for EventBridge Scheduler.Summary
Functions
Deletes the specified schedule group.
Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource.
Updates the specified schedule.
Functions
Deletes the specified schedule group.
Deleting a schedule group results in EventBridge Scheduler deleting all schedules associated with the group. When you delete a group, it remains in a DELETING
state until all of its associated schedules are deleted. Schedules associated with the group that are set to run while the schedule group is in the process of being deleted might continue to invoke their targets until the schedule group and its associated schedules are deleted.
list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceAssigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource.
You can only assign tags to schedule groups.Updates the specified schedule.
When you call UpdateSchedule
, EventBridge Scheduler uses all values, including empty values, specified in the request and overrides the existing schedule. This is by design. This means that if you do not set an optional field in your request, that field will be set to its system-default value after the update.
GetSchedule
API operation and make a note of all optional parameters for your UpdateSchedule
call.