| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.DataSync.Types.SmbMountOptions
Description
Synopsis
Documentation
data SmbMountOptions Source #
Represents the mount options that are available for DataSync to access an SMB location.
See: newSmbMountOptions smart constructor.
Constructors
| SmbMountOptions' | |
Fields
| |
Instances
newSmbMountOptions :: SmbMountOptions Source #
Create a value of SmbMountOptions 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:version:SmbMountOptions', smbMountOptions_version - The specific SMB version that you want DataSync to use to mount your SMB
share. If you don't specify a version, DataSync defaults to
AUTOMATIC. That is, DataSync automatically selects a version based on
negotiation with the SMB server.
smbMountOptions_version :: Lens' SmbMountOptions (Maybe SmbVersion) Source #
The specific SMB version that you want DataSync to use to mount your SMB
share. If you don't specify a version, DataSync defaults to
AUTOMATIC. That is, DataSync automatically selects a version based on
negotiation with the SMB server.