maxStoppedSessionLengthInMinutes

@JvmName(name = "lytkjswtwaeumrxf")
suspend fun maxStoppedSessionLengthInMinutes(value: Output<Double>)
@JvmName(name = "squeicnpbrrncmiq")
suspend fun maxStoppedSessionLengthInMinutes(value: Double?)

Parameters

value

Integer that determines if you can start and stop your sessions and how long a session can stay in the STOPPED state. The default value is 0. The maximum value is 5760. This field is allowed only when sessionPersistenceMode is ACTIVATED and automaticTerminationMode is ACTIVATED . If the value is set to 0, your sessions can’t be STOPPED . If you then call StopStreamingSession , the session fails. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be terminated (instead of STOPPED ). If the value is set to a positive number, the session can be stopped. You can call StopStreamingSession to stop sessions in the READY state. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be stopped (instead of terminated).