Uses of Interface
software.amazon.awscdk.services.scheduler.IScheduleGroup
Packages that use IScheduleGroup
Package
Description
Amazon EventBridge Scheduler Construct Library
-
Uses of IScheduleGroup in software.amazon.awscdk.services.scheduler
Subinterfaces of IScheduleGroup in software.amazon.awscdk.services.schedulerModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIScheduleGroup.Classes in software.amazon.awscdk.services.scheduler that implement IScheduleGroupModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA Schedule Group.Methods in software.amazon.awscdk.services.scheduler that return IScheduleGroupModifier and TypeMethodDescriptionstatic IScheduleGroupScheduleGroup.fromDefaultScheduleGroup(software.constructs.Construct scope, String id) Import a default schedule group.static IScheduleGroupScheduleGroup.fromScheduleGroupArn(software.constructs.Construct scope, String id, String scheduleGroupArn) Import an external schedule group by ARN.static IScheduleGroupScheduleGroup.fromScheduleGroupName(software.constructs.Construct scope, String id, String scheduleGroupName) Import an existing schedule group with a given name.default IScheduleGroupISchedule.getScheduleGroup()The schedule group associated with this schedule.default IScheduleGroupISchedule.Jsii$Default.getScheduleGroup()The schedule group associated with this schedule.final IScheduleGroupISchedule.Jsii$Proxy.getScheduleGroup()The schedule group associated with this schedule.Schedule.getScheduleGroup()The schedule group associated with this schedule.default IScheduleGroupScheduleProps.getScheduleGroup()The schedule's group.final IScheduleGroupScheduleProps.Jsii$Proxy.getScheduleGroup()Methods in software.amazon.awscdk.services.scheduler with parameters of type IScheduleGroupModifier and TypeMethodDescriptionSchedule.Builder.scheduleGroup(IScheduleGroup scheduleGroup) The schedule's group.ScheduleProps.Builder.scheduleGroup(IScheduleGroup scheduleGroup) Sets the value ofScheduleProps.getScheduleGroup()