LaunchProfileStreamConfigurationSessionBackupArgs

data class LaunchProfileStreamConfigurationSessionBackupArgs(val maxBackupsToRetain: Output<Double>? = null, val mode: Output<LaunchProfileSessionBackupMode>? = null) : ConvertibleToJava<LaunchProfileStreamConfigurationSessionBackupArgs>

Configures how streaming sessions are backed up when launched from this launch profile.

Constructors

fun LaunchProfileStreamConfigurationSessionBackupArgs(maxBackupsToRetain: Output<Double>? = null, mode: Output<LaunchProfileSessionBackupMode>? = null)

Functions

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

Properties

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

The maximum number of backups that each streaming session created from this launch profile can have.

Link copied to clipboard