Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Creates the specified schedule.

Link copied to clipboard

Creates the specified schedule group.

Link copied to clipboard

Deletes the specified schedule.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun SchedulerClient.getSchedule(crossinline block: GetScheduleRequest.Builder.() -> Unit): GetScheduleResponse

Retrieves the specified schedule.

Link copied to clipboard

Retrieves the specified schedule group.

Link copied to clipboard

Returns a paginated list of your schedule groups.

Link copied to clipboard

Returns a paginated list of your EventBridge Scheduler schedules.

Link copied to clipboard

Lists the tags associated with the Scheduler resource.

Link copied to clipboard
inline suspend fun SchedulerClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource. You can only assign tags to schedule groups.

Link copied to clipboard

Removes one or more tags from the specified EventBridge Scheduler schedule group.

Link copied to clipboard

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.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.