UpdateScheduleRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.

Link copied to clipboard

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.

Link copied to clipboard

The description you specify for the schedule.

Link copied to clipboard

The date, in UTC, before which the schedule can invoke its target. Depending on the schedule's recurrence expression, invocations might stop on, or before, the EndDate you specify. EventBridge Scheduler ignores EndDate for one-time schedules.

Link copied to clipboard

Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.

Link copied to clipboard

The name of the schedule group with which the schedule is associated. You must provide this value in order for EventBridge Scheduler to find the schedule you want to update. If you omit this value, EventBridge Scheduler assumes the group is associated to the default group.

Link copied to clipboard

The ARN for the customer managed KMS key that that you want EventBridge Scheduler to use to encrypt and decrypt your data.

Link copied to clipboard

The name of the schedule that you are updating.

Link copied to clipboard

The expression that defines when the schedule runs. The following formats are supported.

Link copied to clipboard

The timezone in which the scheduling expression is evaluated.

Link copied to clipboard

The date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule's recurrence expression, invocations might occur on, or after, the StartDate you specify. EventBridge Scheduler ignores StartDate for one-time schedules.

Link copied to clipboard

Specifies whether the schedule is enabled or disabled.

Link copied to clipboard

The schedule target. You can use this operation to change the target that your schedule invokes.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String