Creates the specified schedule.
Path parameters
The name of the schedule that you are creating.
Request body
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 <code>EndDate</code> you specify. EventBridge Scheduler ignores <code>EndDate</code> for one-time schedules.
The name of the schedule group to associate with this schedule. If you omit this, the default schedule group is used.
The Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.
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 <code>StartDate</code> you specify. EventBridge Scheduler ignores <code>StartDate</code> for one-time schedules.
Specifies whether the schedule is enabled or disabled.
Response
Success
The Amazon Resource Name (ARN) of the schedule.