GetLocationNfsResult

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

Constructors

Link copied to clipboard
fun GetLocationNfsResult(locationArn: String? = null, locationUri: String? = null, mountOptions: LocationNfsMountOptions? = null, onPremConfig: LocationNfsOnPremConfig? = null, tags: List<LocationNfsTag>? = 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
Link copied to clipboard
Link copied to clipboard
val tags: List<LocationNfsTag>? = null

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