LocationSmbArgs

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
val agentArns: Output<List<String>>? = null

The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.

Link copied to clipboard
val domain: Output<String>? = null

The name of the Windows domain that the SMB 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
val password: Output<String>? = null

The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.

Link copied to clipboard
val serverHostname: Output<String>? = null

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
val subdirectory: Output<String>? = null

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

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val user: Output<String>? = null

The user who can mount the share, has the permissions to access files and folders in the SMB share.

Functions

Link copied to clipboard
open override fun toJava(): LocationSmbArgs