AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Scheduler::ScheduleGroup

CfnScheduleGroup

A *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

import { CfnScheduleGroup } from 'aws-cdk-lib/aws-scheduler';

Or use the module namespace:

import * as scheduler from 'aws-cdk-lib/aws-scheduler';
// scheduler.CfnScheduleGroup

Properties

Configuration passed to the constructor as CfnScheduleGroupProps.

nameOptional
string

The name of the schedule group.

tagsOptional
CfnTag[]

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) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-scheduler
CFN TypeAWS::Scheduler::ScheduleGroup
Properties2

Related Constructs

External Links