LaunchProfileStreamConfigurationSessionStorageArgs

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

Constructors

constructor(mode: Output<List<String>>, root: Output<LaunchProfileStreamingSessionStorageRootArgs>? = null)

Properties

Link copied to clipboard
val mode: Output<List<String>>

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

Link copied to clipboard

The configuration for the upload storage root of the streaming session.

Functions

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