LaunchProfileStreamConfigurationArgs

data class LaunchProfileStreamConfigurationArgs(val automaticTerminationMode: Output<LaunchProfileAutomaticTerminationMode>? = null, val clipboardMode: Output<LaunchProfileStreamingClipboardMode>, val ec2InstanceTypes: Output<List<LaunchProfileStreamingInstanceType>>, val maxSessionLengthInMinutes: Output<Double>? = null, val maxStoppedSessionLengthInMinutes: Output<Double>? = null, val sessionBackup: Output<LaunchProfileStreamConfigurationSessionBackupArgs>? = null, val sessionPersistenceMode: Output<LaunchProfileSessionPersistenceMode>? = null, val sessionStorage: Output<LaunchProfileStreamConfigurationSessionStorageArgs>? = null, val streamingImageIds: Output<List<String>>, val volumeConfiguration: Output<LaunchProfileVolumeConfigurationArgs>? = null) : ConvertibleToJava<LaunchProfileStreamConfigurationArgs>

A configuration for a streaming session.

Constructors

Link copied to clipboard
constructor(automaticTerminationMode: Output<LaunchProfileAutomaticTerminationMode>? = null, clipboardMode: Output<LaunchProfileStreamingClipboardMode>, ec2InstanceTypes: Output<List<LaunchProfileStreamingInstanceType>>, maxSessionLengthInMinutes: Output<Double>? = null, maxStoppedSessionLengthInMinutes: Output<Double>? = null, sessionBackup: Output<LaunchProfileStreamConfigurationSessionBackupArgs>? = null, sessionPersistenceMode: Output<LaunchProfileSessionPersistenceMode>? = null, sessionStorage: Output<LaunchProfileStreamConfigurationSessionStorageArgs>? = null, streamingImageIds: Output<List<String>>, volumeConfiguration: Output<LaunchProfileVolumeConfigurationArgs>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.

Link copied to clipboard

The EC2 instance types that users can select from when launching a streaming session with this launch profile.

Link copied to clipboard
val maxSessionLengthInMinutes: Output<Double>? = null

The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.

Link copied to clipboard

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).

Link copied to clipboard

Information about the streaming session backup.

Link copied to clipboard

Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.

Link copied to clipboard

The upload storage for a streaming session.

Link copied to clipboard

The streaming images that users can select from when launching a streaming session with this launch profile.

Link copied to clipboard

Custom volume configuration for the root volumes that are attached to streaming sessions. This parameter is only allowed when sessionPersistenceMode is ACTIVATED .

Functions

Link copied to clipboard
open override fun toJava(): LaunchProfileStreamConfigurationArgs