ScheduleFlexibleTimeWindowArgs

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
fun ScheduleFlexibleTimeWindowArgs(maximumWindowInMinutes: Output<Double>? = null, mode: Output<ScheduleFlexibleTimeWindowMode>)

Functions

Link copied to clipboard
open override fun toJava(): ScheduleFlexibleTimeWindowArgs

Properties

Link copied to clipboard
val maximumWindowInMinutes: Output<Double>? = null

The maximum time window during which a schedule can be invoked.

Link copied to clipboard