Studio Component Shared File System Configuration Args
data class StudioComponentSharedFileSystemConfigurationArgs(val endpoint: Output<String>? = null, val fileSystemId: Output<String>? = null, val linuxMountPoint: Output<String>? = null, val shareName: Output<String>? = null, val windowsMountDrive: Output<String>? = null) : ConvertibleToJava<StudioComponentSharedFileSystemConfigurationArgs>