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.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.scheduler.ISchedule
ISchedule.Jsii$Default, ISchedule.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.scheduler.IScheduleRef
IScheduleRef.Jsii$Default, IScheduleRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe arn of the schedule.default IScheduleGroupThe schedule group associated with this schedule.default StringThe name of the schedule.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.scheduler.IScheduleRef.Jsii$Default
getScheduleRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScheduleArn
The arn of the schedule.- Specified by:
getScheduleArnin interfaceISchedule
-
getScheduleName
The name of the schedule.- Specified by:
getScheduleNamein interfaceISchedule
-
getScheduleGroup
The schedule group associated with this schedule.- Specified by:
getScheduleGroupin interfaceISchedule
-