LaunchProfileStreamConfigurationSessionStorageArgs

data class LaunchProfileStreamConfigurationSessionStorageArgs(val mode: Output<List<LaunchProfileStreamingSessionStorageMode>>, val root: Output<LaunchProfileStreamingSessionStorageRootArgs>? = null) : ConvertibleToJava<LaunchProfileStreamConfigurationSessionStorageArgs>

The configuration for a streaming session’s upload storage.

Constructors

Functions

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

Properties

Link copied to clipboard

Allows artists to upload files to their workstations. The only valid option is UPLOAD.

Link copied to clipboard