schedule

@JvmName(name = "upxlduodhqfdorqu")
suspend fun schedule(value: Output<ScheduleArgs>)
@JvmName(name = "ibhppnurfntmovfe")
suspend fun schedule(value: ScheduleArgs?)

Parameters

value

Specifies schedule for the transfer job. This is an optional field. When the field is not set, the job never executes a transfer, unless you invoke RunTransferJob or update the job to have a non-empty schedule.


@JvmName(name = "lgjgahxxmbkkqwsj")
suspend fun schedule(argument: suspend ScheduleArgsBuilder.() -> Unit)

Parameters

argument

Specifies schedule for the transfer job. This is an optional field. When the field is not set, the job never executes a transfer, unless you invoke RunTransferJob or update the job to have a non-empty schedule.