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<TagArgs>>? = null) : ConvertibleToJava<LocationNfsArgs>

Resource schema for AWS::DataSync::LocationNFS

Constructors

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

Properties

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 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<TagArgs>>? = null

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

Functions

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