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 committed Jun 17, 2024
1 parent 9f1cd82 commit 1c9a271
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export interface EventBridgeSchedulerCreateScheduleTaskProps extends sfn.TaskSta
readonly flexibleTimeWindow?: Duration;

/**
* Existing schedule group name
* The name of the schedule group to associate with this schedule.
*
* @default 'default'
* @default - The default schedule group is used.
*/
readonly groupName?: string;

Expand Down

0 comments on commit 1c9a271

Please sign in to comment.