GetLocationSmbResult

data class GetLocationSmbResult(val agentArns: List<String>? = null, val domain: String? = null, val locationArn: String? = null, val locationUri: String? = null, val mountOptions: LocationSmbMountOptions? = null, val tags: List<Tag>? = null, val user: String? = null)

Constructors

Link copied to clipboard
constructor(agentArns: List<String>? = null, domain: String? = null, locationArn: String? = null, locationUri: String? = null, mountOptions: LocationSmbMountOptions? = null, tags: List<Tag>? = null, user: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentArns: 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: String? = null

The name of the Windows domain that the SMB server belongs to.

Link copied to clipboard
val locationArn: String? = null

The Amazon Resource Name (ARN) of the SMB location that is created.

Link copied to clipboard
val locationUri: String? = null

The URL of the SMB location that was described.

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 tags: List<Tag>? = null

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

Link copied to clipboard
val user: String? = null

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