JobTimeConfigArgs

data class JobTimeConfigArgs(val calendar: Output<String>? = null, val dataOffset: Output<Int>? = null, val timeExpression: Output<String>? = null, val timeType: Output<Int>) : ConvertibleToJava<JobTimeConfigArgs>

Constructors

Link copied to clipboard
constructor(calendar: Output<String>? = null, dataOffset: Output<Int>? = null, timeExpression: Output<String>? = null, timeType: Output<Int>)

Properties

Link copied to clipboard
val calendar: Output<String>? = null

The cron type can optionally fill in a custom calendar.

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

Cron type can choose time offset, unit s.

Link copied to clipboard
val timeExpression: Output<String>? = null

Time expressions. Currently, the following types of time expressions are supported:

Link copied to clipboard
val timeType: Output<Int>

Time configuration type. Currently, the following time types are supported:

Functions

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