Schedule Args
data class ScheduleArgs(val description: Output<String>? = null, val endDate: Output<String>? = null, val flexibleTimeWindow: Output<ScheduleFlexibleTimeWindowArgs>? = null, val groupName: Output<String>? = null, val kmsKeyArn: Output<String>? = null, val name: Output<String>? = null, val scheduleExpression: Output<String>? = null, val scheduleExpressionTimezone: Output<String>? = null, val startDate: Output<String>? = null, val state: Output<ScheduleState>? = null, val target: Output<ScheduleTargetArgs>? = null) : ConvertibleToJava<ScheduleArgs>
Definition of AWS::Scheduler::Schedule Resource Type
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, endDate: Output<String>? = null, flexibleTimeWindow: Output<ScheduleFlexibleTimeWindowArgs>? = null, groupName: Output<String>? = null, kmsKeyArn: Output<String>? = null, name: Output<String>? = null, scheduleExpression: Output<String>? = null, scheduleExpressionTimezone: Output<String>? = null, startDate: Output<String>? = null, state: Output<ScheduleState>? = null, target: Output<ScheduleTargetArgs>? = null)
Properties
Link copied to clipboard
The description of the schedule.
Link copied to clipboard
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
Link copied to clipboard
The scheduling expression.
Link copied to clipboard
The timezone in which the scheduling expression is evaluated.
Link copied to clipboard
Specifies whether the schedule is enabled or disabled. Allowed Values : ENABLED
| DISABLED
Link copied to clipboard
The schedule's target details.