automaticTerminationMode

@JvmName(name = "goysnojcsculeeak")
suspend fun automaticTerminationMode(value: Output<LaunchProfileAutomaticTerminationMode>)
@JvmName(name = "mglkxgwvqfjkjdjq")
suspend fun automaticTerminationMode(value: LaunchProfileAutomaticTerminationMode?)

Parameters

value

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED , the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes .

  • When DEACTIVATED , the streaming session can remain in the STOPPED state indefinitely. This parameter is only allowed when sessionPersistenceMode is ACTIVATED . When allowed, the default value for this parameter is DEACTIVATED .