LaunchProfileStreamConfigurationArgs

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)