jobType

@JvmName(name = "oiydwsuwwsbivppk")
suspend fun jobType(value: Output<JobTypeEnumValueArgs>)
@JvmName(name = "ehdxaloylcqfodwp")
suspend fun jobType(value: JobTypeEnumValueArgs?)

Parameters

value

The schedule for running the job. Possible values are:

  • ONE_TIME - The job runs only once.

  • SCHEDULED - The job runs on a daily, weekly, or monthly basis.


@JvmName(name = "gaowegdapkjitmvi")
suspend fun jobType(argument: suspend JobTypeEnumValueArgsBuilder.() -> Unit)

Parameters

argument

The schedule for running the job. Possible values are:

  • ONE_TIME - The job runs only once.

  • SCHEDULED - The job runs on a daily, weekly, or monthly basis.