amazonka-datasync-2.0: Amazon DataSync SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataSync.Types.FsxProtocolSmb

Description

 
Synopsis

Documentation

data FsxProtocolSmb Source #

Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your Amazon FSx for NetApp ONTAP file system. For more information, see Accessing FSx for ONTAP file systems.

See: newFsxProtocolSmb smart constructor.

Constructors

FsxProtocolSmb' 

Fields

  • domain :: Maybe Text

    Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

  • mountOptions :: Maybe SmbMountOptions
     
  • password :: Sensitive Text

    Specifies the password of a user who has permission to access your SVM.

  • user :: Text

    Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.

    If you provide a user in your Active Directory, note the following:

    • If you're using Directory Service for Microsoft Active Directory, the user must be a member of the Amazon Web Services Delegated FSx Administrators group.
    • If you're using a self-managed Active Directory, the user must be a member of either the Domain Admins group or a custom group that you specified for file system administration when you created your file system.

    Make sure that the user has the permissions it needs to copy the data you want:

    • SE_TCB_NAME: Required to set object ownership and file metadata. With this privilege, you also can copy NTFS discretionary access lists (DACLs).
    • SE_SECURITY_NAME: May be needed to copy NTFS system access control lists (SACLs). This operation specifically requires the Windows privilege, which is granted to members of the Domain Admins group. If you configure your task to copy SACLs, make sure that the user has the required privileges. For information about copying SACLs, see Ownership and permissions-related options.

Instances

Instances details
FromJSON FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

ToJSON FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

Generic FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

Associated Types

type Rep FsxProtocolSmb :: Type -> Type #

Show FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

NFData FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

Methods

rnf :: FsxProtocolSmb -> () #

Eq FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

Hashable FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

type Rep FsxProtocolSmb Source # 
Instance details

Defined in Amazonka.DataSync.Types.FsxProtocolSmb

type Rep FsxProtocolSmb = D1 ('MetaData "FsxProtocolSmb" "Amazonka.DataSync.Types.FsxProtocolSmb" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "FsxProtocolSmb'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmbMountOptions))) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFsxProtocolSmb Source #

Create a value of FsxProtocolSmb 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:domain:FsxProtocolSmb', fsxProtocolSmb_domain - Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

$sel:mountOptions:FsxProtocolSmb', fsxProtocolSmb_mountOptions - Undocumented member.

$sel:password:FsxProtocolSmb', fsxProtocolSmb_password - Specifies the password of a user who has permission to access your SVM.

$sel:user:FsxProtocolSmb', fsxProtocolSmb_user - Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.

If you provide a user in your Active Directory, note the following:

  • If you're using Directory Service for Microsoft Active Directory, the user must be a member of the Amazon Web Services Delegated FSx Administrators group.
  • If you're using a self-managed Active Directory, the user must be a member of either the Domain Admins group or a custom group that you specified for file system administration when you created your file system.

Make sure that the user has the permissions it needs to copy the data you want:

  • SE_TCB_NAME: Required to set object ownership and file metadata. With this privilege, you also can copy NTFS discretionary access lists (DACLs).
  • SE_SECURITY_NAME: May be needed to copy NTFS system access control lists (SACLs). This operation specifically requires the Windows privilege, which is granted to members of the Domain Admins group. If you configure your task to copy SACLs, make sure that the user has the required privileges. For information about copying SACLs, see Ownership and permissions-related options.

fsxProtocolSmb_domain :: Lens' FsxProtocolSmb (Maybe Text) Source #

Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

fsxProtocolSmb_password :: Lens' FsxProtocolSmb Text Source #

Specifies the password of a user who has permission to access your SVM.

fsxProtocolSmb_user :: Lens' FsxProtocolSmb Text Source #

Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.

If you provide a user in your Active Directory, note the following:

  • If you're using Directory Service for Microsoft Active Directory, the user must be a member of the Amazon Web Services Delegated FSx Administrators group.
  • If you're using a self-managed Active Directory, the user must be a member of either the Domain Admins group or a custom group that you specified for file system administration when you created your file system.

Make sure that the user has the permissions it needs to copy the data you want:

  • SE_TCB_NAME: Required to set object ownership and file metadata. With this privilege, you also can copy NTFS discretionary access lists (DACLs).
  • SE_SECURITY_NAME: May be needed to copy NTFS system access control lists (SACLs). This operation specifically requires the Windows privilege, which is granted to members of the Domain Admins group. If you configure your task to copy SACLs, make sure that the user has the required privileges. For information about copying SACLs, see Ownership and permissions-related options.