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<LocationSmbTag>? = null, val user: String? = null)

Constructors

Link copied to clipboard
fun GetLocationSmbResult(agentArns: List<String>? = null, domain: String? = null, locationArn: String? = null, locationUri: String? = null, mountOptions: LocationSmbMountOptions? = null, tags: List<LocationSmbTag>? = 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
Link copied to clipboard
val tags: List<LocationSmbTag>? = 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.