Studio Component Shared File System Configuration
data class StudioComponentSharedFileSystemConfiguration(val endpoint: String? = null, val fileSystemId: String? = null, val linuxMountPoint: String? = null, val shareName: String? = null, val windowsMountDrive: String? = null)
The configuration for a shared file storage system that is associated with a studio resource.