You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at expression, rate expression and cron expression. See https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-ScheduleExpression
277
+
for more details.
279
278
state (str): Specifies whether the schedule is enabled or disabled. Valid values are
280
-
ENABLED and DISABLED. See https://docs.aws.amazon.com/scheduler/latest/APIReference/
281
-
API_CreateSchedule.html#scheduler-CreateSchedule-request-State for more details.
282
-
If not specified, it will default to ENABLED.
279
+
ENABLED and DISABLED. See https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-State
280
+
for more details. If not specified, it will default to ENABLED.
283
281
start_date (Optional[datetime]): The date, in UTC, after which the schedule can begin
284
282
invoking its target. Depending on the schedule’s recurrence expression, invocations
285
283
might occur on, or after, the StartDate you specify.
0 commit comments