Builder
Properties
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.
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.
The description you specify for the schedule.
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.
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
The expression that defines when the schedule runs. The following formats are supported.
The timezone in which the scheduling expression is evaluated.
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.
Specifies whether the schedule is enabled or disabled.
Functions
construct an aws.sdk.kotlin.services.scheduler.model.FlexibleTimeWindow inside the given block
construct an aws.sdk.kotlin.services.scheduler.model.Target inside the given block