DataSync SMB Location

DataSync SMB Location in AWS represents a configured connection point to an SMB (Server Message Block) file system. It is used by AWS DataSync to transfer data between on-premises SMB shares or self-managed file servers and AWS storage services. This resource stores details such as the server hostname, share name, authentication information, and mount options, enabling secure and efficient data movement for migration, backup, or replication tasks.

aws.datasync_location_smb

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
agent_arnscorearray<string>The ARNs of the DataSync agents that can connect with your SMB file server.
authentication_typecorestringThe authentication protocol that DataSync uses to connect to your SMB file server.
creation_timecoretimestampThe time that the SMB location was created.
dns_ip_addressescorearray<string>The IPv4 addresses for the DNS servers that your SMB file server belongs to. This element applies only if AuthenticationType is set to KERBEROS.
domaincorestringThe name of the Windows domain that the SMB file server belongs to. This element applies only if AuthenticationType is set to NTLM.
kerberos_principalcorestringThe Kerberos principal that has permission to access the files, folders, and file metadata in your SMB file server.
location_arncorestringThe ARN of the SMB location.
location_uricorestringThe URI of the SMB location.
mount_optionscorejsonThe SMB protocol version that DataSync uses to access your SMB file server.
tagscorehstore
usercorestringThe user that can mount and access the files, folders, and file metadata in your SMB file server. This element applies only if AuthenticationType is set to NTLM.