Location Smb Args
data class LocationSmbArgs(val agentArns: Output<List<String>>? = null, val domain: Output<String>? = null, val mountOptions: Output<LocationSmbMountOptionsArgs>? = null, val password: Output<String>? = null, val serverHostname: Output<String>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val user: Output<String>? = null) : ConvertibleToJava<LocationSmbArgs>
Resource schema for AWS::DataSync::LocationSMB.
Constructors
Link copied to clipboard
constructor(agentArns: Output<List<String>>? = null, domain: Output<String>? = null, mountOptions: Output<LocationSmbMountOptionsArgs>? = null, password: Output<String>? = null, serverHostname: Output<String>? = null, subdirectory: Output<String>? = null, tags: Output<List<TagArgs>>? = null, user: Output<String>? = null)
Properties
Link copied to clipboard
Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
Link copied to clipboard
The name of the SMB server. This value is the IP address or Domain Name Service (DNS) name of the SMB server.
Link copied to clipboard
The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination