A Schedule Group.
import { ScheduleGroup } from 'aws-cdk-lib/aws-scheduler';Or use the module namespace:
import * as scheduler from 'aws-cdk-lib/aws-scheduler';
// scheduler.ScheduleGroupConfiguration passed to the constructor as ScheduleGroupProps.
removalPolicyOptionalRemovalPolicyThe removal policy for the group. If the group is removed also all schedules are removed.
Default: RemovalPolicy.RETAIN
scheduleGroupNameOptionalstringThe 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
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-scheduler