GetLocationNfsResult

data class GetLocationNfsResult(val locationArn: String? = null, val locationUri: String? = null, val mountOptions: LocationNfsMountOptions? = null, val onPremConfig: LocationNfsOnPremConfig? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(locationArn: String? = null, locationUri: String? = null, mountOptions: LocationNfsMountOptions? = null, onPremConfig: LocationNfsOnPremConfig? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locationArn: String? = null

The Amazon Resource Name (ARN) of the NFS location.

Link copied to clipboard
val locationUri: String? = null

The URL of the NFS location that was described.

Link copied to clipboard

Specifies the options that DataSync can use to mount your NFS file server.

Link copied to clipboard

Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server. You can specify more than one agent. For more information, see Using multiple DataSync agents .

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

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