CreateScheduleRequest

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 to associate with this schedule. If you omit this, the default schedule group is used.

Link copied to clipboard

The Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.

Link copied to clipboard

The name of the schedule that you are creating.

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's target.

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