LaunchProfileStreamConfigurationSessionBackupArgs

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

Constructors

constructor(maxBackupsToRetain: Output<Double>? = null, mode: Output<String>? = null)

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
val mode: Output<String>? = null

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 .

Functions

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