scheduleRunTimes

@JvmName(name = "lrdgqvymrwenwcdu")
suspend fun scheduleRunTimes(value: Output<List<String>>)
@JvmName(name = "efpwxnbnhrthsbra")
suspend fun scheduleRunTimes(value: List<String>?)

Parameters

value

List of times of day this schedule has to be run.


@JvmName(name = "vamacskitqeyxmoq")
suspend fun scheduleRunTimes(vararg values: Output<String>)


@JvmName(name = "llnpomxhpkkkmnwt")
suspend fun scheduleRunTimes(values: List<Output<String>>)
@JvmName(name = "odcuplnclmefmhto")
suspend fun scheduleRunTimes(vararg values: String)

Parameters

values

List of times of day this schedule has to be run.