maxRunDuration

@JvmName(name = "isotwffjntqatycr")
suspend fun maxRunDuration(value: Output<RegionInstanceTemplateSchedulingMaxRunDurationArgs>)
@JvmName(name = "lgaxchcqbjecireb")
suspend fun maxRunDuration(value: RegionInstanceTemplateSchedulingMaxRunDurationArgs?)

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. Only support DELETE instance_termination_action at this point. Structure is documented below.


@JvmName(name = "uvhkifnswvuucoea")
suspend fun maxRunDuration(argument: suspend RegionInstanceTemplateSchedulingMaxRunDurationArgsBuilder.() -> 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. Only support DELETE instance_termination_action at this point. Structure is documented below.