LocationNfsArgs

data class LocationNfsArgs(val mountOptions: Output<LocationNfsMountOptionsArgs>? = null, val onPremConfig: Output<LocationNfsOnPremConfigArgs>? = null, val serverHostname: Output<String>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<LocationNfsTagArgs>>? = null) : ConvertibleToJava<LocationNfsArgs>

Resource schema for AWS::DataSync::LocationNFS

Constructors

Link copied to clipboard
fun LocationNfsArgs(mountOptions: Output<LocationNfsMountOptionsArgs>? = null, onPremConfig: Output<LocationNfsOnPremConfigArgs>? = null, serverHostname: Output<String>? = null, subdirectory: Output<String>? = null, tags: Output<List<LocationNfsTagArgs>>? = null)

Functions

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

Properties

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

The name of the NFS server. This value is the IP address or DNS name of the NFS server.

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

The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination.

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

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