startTimeOfDay

@JvmName(name = "wqyrmeqpjxgkaerf")
suspend fun startTimeOfDay(value: Output<TimeOfDayArgs>)
@JvmName(name = "qkywhmwwioecttkh")
suspend fun startTimeOfDay(value: TimeOfDayArgs?)

Parameters

value

The time in UTC that a transfer job is scheduled to run. Transfers may start later than this time. If start_time_of_day is not specified: * One-time transfers run immediately. * Recurring transfers run immediately, and each day at midnight UTC, through schedule_end_date. If start_time_of_day is specified: * One-time transfers run at the specified time. * Recurring transfers run at the specified time each day, through schedule_end_date.


@JvmName(name = "cgbxmwivqixwsaac")
suspend fun startTimeOfDay(argument: suspend TimeOfDayArgsBuilder.() -> Unit)

Parameters

argument

The time in UTC that a transfer job is scheduled to run. Transfers may start later than this time. If start_time_of_day is not specified: * One-time transfers run immediately. * Recurring transfers run immediately, and each day at midnight UTC, through schedule_end_date. If start_time_of_day is specified: * One-time transfers run at the specified time. * Recurring transfers run at the specified time each day, through schedule_end_date.