Launch Profile Stream Configuration Session Backup Args
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
Link copied to clipboard
constructor(maxBackupsToRetain: Output<Double>? = null, mode: Output<LaunchProfileSessionBackupMode>? = null)
Properties
Link copied to clipboard
The maximum number of backups that each streaming session created from this launch profile can have.
Link copied to clipboard
Specifies how artists sessions are backed up. Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED
, which means that backups are deactivated. To allow backups, set this value to AUTOMATIC
.