ScheduleArgs

data class ScheduleArgs(val frequencyInMinutes: Output<Int>, val timeWindowInMinutes: Output<Int>) : ConvertibleToJava<ScheduleArgs>

Defines how often to run the search and the time interval.

Constructors

Link copied to clipboard
constructor(frequencyInMinutes: Output<Int>, timeWindowInMinutes: Output<Int>)

Properties

Link copied to clipboard
val frequencyInMinutes: Output<Int>

frequency (in minutes) at which rule condition should be evaluated.

Link copied to clipboard

Time window for which data needs to be fetched for query (should be greater than or equal to frequencyInMinutes).

Functions

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