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();