maxRunDuration

@JvmName(name = "yhsliyjjpilqdiso")
suspend fun maxRunDuration(value: Output<InstanceSchedulingMaxRunDurationArgs>)
@JvmName(name = "tmwgrafouiskhxbn")
suspend fun maxRunDuration(value: InstanceSchedulingMaxRunDurationArgs?)

Parameters

value

The duration of the instance. Instance will run and be terminated after then, the termination action could be defined in instance_termination_action. Structure is documented below.


@JvmName(name = "cfupwtmsinibvove")
suspend fun maxRunDuration(argument: suspend InstanceSchedulingMaxRunDurationArgsBuilder.() -> Unit)

Parameters

argument

The duration of the instance. Instance will run and be terminated after then, the termination action could be defined in instance_termination_action. Structure is documented below.