jobType

@JvmName(name = "lodtbwmgcrpvqylc")
suspend fun jobType(value: Output<String>)
@JvmName(name = "hptirlfkkwutbdjo")
suspend fun jobType(value: String?)

Parameters

value

The schedule for running the job. Valid values are: ONE_TIME - Run the job only once. If you specify this value, don't specify a value for the schedule_frequency property. SCHEDULED - Run the job on a daily, weekly, or monthly basis. If you specify this value, use the schedule_frequency property to define the recurrence pattern for the job.