| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Nimble.Types.SharedFileSystemConfiguration
Description
Synopsis
- data SharedFileSystemConfiguration = SharedFileSystemConfiguration' {}
- newSharedFileSystemConfiguration :: SharedFileSystemConfiguration
- sharedFileSystemConfiguration_endpoint :: Lens' SharedFileSystemConfiguration (Maybe Text)
- sharedFileSystemConfiguration_fileSystemId :: Lens' SharedFileSystemConfiguration (Maybe Text)
- sharedFileSystemConfiguration_linuxMountPoint :: Lens' SharedFileSystemConfiguration (Maybe Text)
- sharedFileSystemConfiguration_shareName :: Lens' SharedFileSystemConfiguration (Maybe Text)
- sharedFileSystemConfiguration_windowsMountDrive :: Lens' SharedFileSystemConfiguration (Maybe Text)
Documentation
data SharedFileSystemConfiguration Source #
The configuration for a shared file storage system that is associated with a studio resource.
See: newSharedFileSystemConfiguration smart constructor.
Constructors
| SharedFileSystemConfiguration' | |
Fields
| |
Instances
newSharedFileSystemConfiguration :: SharedFileSystemConfiguration Source #
Create a value of SharedFileSystemConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endpoint:SharedFileSystemConfiguration', sharedFileSystemConfiguration_endpoint - The endpoint of the shared file system that is accessed by the studio
component resource.
$sel:fileSystemId:SharedFileSystemConfiguration', sharedFileSystemConfiguration_fileSystemId - The unique identifier for a file system.
$sel:linuxMountPoint:SharedFileSystemConfiguration', sharedFileSystemConfiguration_linuxMountPoint - The mount location for a shared file system on a Linux virtual
workstation.
$sel:shareName:SharedFileSystemConfiguration', sharedFileSystemConfiguration_shareName - The name of the file share.
$sel:windowsMountDrive:SharedFileSystemConfiguration', sharedFileSystemConfiguration_windowsMountDrive - The mount location for a shared file system on a Windows virtual
workstation.
sharedFileSystemConfiguration_endpoint :: Lens' SharedFileSystemConfiguration (Maybe Text) Source #
The endpoint of the shared file system that is accessed by the studio component resource.
sharedFileSystemConfiguration_fileSystemId :: Lens' SharedFileSystemConfiguration (Maybe Text) Source #
The unique identifier for a file system.
sharedFileSystemConfiguration_linuxMountPoint :: Lens' SharedFileSystemConfiguration (Maybe Text) Source #
The mount location for a shared file system on a Linux virtual workstation.
sharedFileSystemConfiguration_shareName :: Lens' SharedFileSystemConfiguration (Maybe Text) Source #
The name of the file share.
sharedFileSystemConfiguration_windowsMountDrive :: Lens' SharedFileSystemConfiguration (Maybe Text) Source #
The mount location for a shared file system on a Windows virtual workstation.