Interface CfnLaunchProfile.StreamingSessionStorageRootProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchProfile.StreamingSessionStorageRootProperty.Jsii$Proxy
- Enclosing class:
- CfnLaunchProfile
@Stability(Stable)
public static interface CfnLaunchProfile.StreamingSessionStorageRootProperty
extends software.amazon.jsii.JsiiSerializable
The upload storage root location (folder) on streaming workstations where files are uploaded.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.nimblestudio.*;
StreamingSessionStorageRootProperty streamingSessionStorageRootProperty = StreamingSessionStorageRootProperty.builder()
.linux("linux")
.windows("windows")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLaunchProfile.StreamingSessionStorageRootPropertystatic final classAn implementation forCfnLaunchProfile.StreamingSessionStorageRootProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLinux
The folder path in Linux workstations where files are uploaded. -
getWindows
The folder path in Windows workstations where files are uploaded. -
builder
-