ScheduleFlexibleTimeWindowArgs

data class ScheduleFlexibleTimeWindowArgs(val maximumWindowInMinutes: Output<Int>? = null, val mode: Output<String>) : ConvertibleToJava<ScheduleFlexibleTimeWindowArgs>

Constructors

Link copied to clipboard
constructor(maximumWindowInMinutes: Output<Int>? = null, mode: Output<String>)

Properties

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

Maximum time window during which a schedule can be invoked. Ranges from 1 to 1440 minutes.

Link copied to clipboard
val mode: Output<String>

Determines whether the schedule is invoked within a flexible time window. One of: OFF, FLEXIBLE.

Functions

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