AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

ScheduleGroup

A Schedule Group.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as ScheduleGroupProps.

removalPolicyOptional
RemovalPolicy

The removal policy for the group. If the group is removed also all schedules are removed.

Default: RemovalPolicy.RETAIN

scheduleGroupNameOptional
string

The name of the schedule group. Up to 64 letters (uppercase and lowercase), numbers, hyphens, underscores and dots are allowed.

Default: - A unique name will be generated

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

LevelL2 (Higher-level)
Moduleaws-scheduler
Properties2

Related Constructs

External Links