Schedule Flexible Time Window Args
data class ScheduleFlexibleTimeWindowArgs(val maximumWindowInMinutes: Output<Double>? = null, val mode: Output<ScheduleFlexibleTimeWindowMode>) : ConvertibleToJava<ScheduleFlexibleTimeWindowArgs>
Flexible time window allows configuration of a window within which a schedule can be invoked
Constructors
Link copied to clipboard
constructor(maximumWindowInMinutes: Output<Double>? = null, mode: Output<ScheduleFlexibleTimeWindowMode>)
Properties
Link copied to clipboard
The maximum time window during which a schedule can be invoked.
Link copied to clipboard
Determines whether the schedule is invoked within a flexible time window. You must use quotation marks when you specify this value in your JSON or YAML template. Allowed Values : "OFF"
| "FLEXIBLE"