AWS::Scheduler::ScheduleGroupA *schedule group* is an Amazon EventBridge Scheduler resource you use to organize your schedules. Your AWS account comes with a `default` scheduler group. You associate a new schedule with the `default` group or with schedule groups that you create and manage. You can create up to [500 schedule groups](https://docs.aws.amazon.com/scheduler/latest/UserGuide/scheduler-quotas.html) in your AWS account. With EventBridge Scheduler, you apply [tags](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) to schedule groups, not to individual schedules to organize your resources. For more information about managing schedule groups, see [Managing a schedule group](https://docs.aws.amazon.com/scheduler/latest/UserGuide/managing-schedule-group.html) in the *EventBridge Scheduler User Guide* .
import { CfnScheduleGroup } from 'aws-cdk-lib/aws-scheduler';Or use the module namespace:
import * as scheduler from 'aws-cdk-lib/aws-scheduler';
// scheduler.CfnScheduleGroupConfiguration passed to the constructor as CfnScheduleGroupProps.
nameOptionalstringThe name of the schedule group.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-schedulerAWS::Scheduler::ScheduleGroup