outputStartMode

@JvmName(name = "jryccyoltraxbvce")
suspend fun outputStartMode(value: Output<Either<String, OutputStartMode>>)
@JvmName(name = "qrrgfraftbwfindq")
suspend fun outputStartMode(value: Either<String, OutputStartMode>?)
@JvmName(name = "gmpwdbgmwchhroxf")
fun outputStartMode(value: String)
@JvmName(name = "hpvraaojhndbcach")
fun outputStartMode(value: OutputStartMode)

Parameters

value

This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.