Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/eventbridge-s…
Browse files Browse the repository at this point in the history
…cheduler/create-schedule.ts

Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
badmintoncryer and lpizzinidev authored Jun 17, 2024
1 parent ef699dc commit 794da6e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ export interface EventBridgeSchedulerCreateScheduleTaskProps extends sfn.TaskSta
/**
* The maximum time window during which a schedule can be invoked.
*
* @default - Disable flexible time window
* Minimum value is 1 minute.
* Maximum value is 1440 minutes (1 day).
*
* @default - Flexible time window is not enabled.
*/
readonly flexibleTimeWindow?: Duration;

Expand Down

0 comments on commit 794da6e

Please sign in to comment.