scheduleEndDate

@JvmName(name = "hdqvkrxuhcbabfmh")
suspend fun scheduleEndDate(value: Output<DateArgs>)
@JvmName(name = "sipkgukaebqcvufq")
suspend fun scheduleEndDate(value: DateArgs?)

Parameters

value

The last day a transfer runs. Date boundaries are determined relative to UTC time. A job runs once per 24 hours within the following guidelines: * If schedule_end_date and schedule_start_date are the same and in the future relative to UTC, the transfer is executed only one time. * If schedule_end_date is later than schedule_start_date and schedule_end_date is in the future relative to UTC, the job runs each day at start_time_of_day through schedule_end_date.


@JvmName(name = "efmybcfiqgppapwt")
suspend fun scheduleEndDate(argument: suspend DateArgsBuilder.() -> Unit)

Parameters

argument

The last day a transfer runs. Date boundaries are determined relative to UTC time. A job runs once per 24 hours within the following guidelines: * If schedule_end_date and schedule_start_date are the same and in the future relative to UTC, the transfer is executed only one time. * If schedule_end_date is later than schedule_start_date and schedule_end_date is in the future relative to UTC, the job runs each day at start_time_of_day through schedule_end_date.