Interface ISchedule.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, ISchedule, IScheduleRef, IScheduleRef.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ISchedule.Jsii$Proxy
Enclosing interface:
ISchedule

@Internal public static interface ISchedule.Jsii$Default extends ISchedule, IResource.Jsii$Default, IScheduleRef.Jsii$Default
Internal default implementation for ISchedule.
  • Method Details

    • getScheduleArn

      @Stability(Stable) @NotNull default String getScheduleArn()
      The arn of the schedule.
      Specified by:
      getScheduleArn in interface ISchedule
    • getScheduleName

      @Stability(Stable) @NotNull default String getScheduleName()
      The name of the schedule.
      Specified by:
      getScheduleName in interface ISchedule
    • getScheduleGroup

      @Stability(Stable) @Nullable default IScheduleGroup getScheduleGroup()
      The schedule group associated with this schedule.
      Specified by:
      getScheduleGroup in interface ISchedule