CreateLocationSmbRequest

CreateLocationSmbRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the DataSync agent (or agents) which you want to connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).

Link copied to clipboard

Specifies the name of the Active Directory domain that your SMB file server belongs to.

Link copied to clipboard

Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.

Link copied to clipboard

Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer.

Link copied to clipboard

Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount.

Link copied to clipboard

Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, /path/to/subdirectory). Make sure that other SMB clients in your network can also mount this path.

Link copied to clipboard

Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.

Link copied to clipboard
val user: String?

Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String