LocationFsxOntapFileSystemProtocol constructor

const LocationFsxOntapFileSystemProtocol({
  1. Input<LocationFsxOntapFileSystemProtocolNfs?>? nfs,
  2. Input<LocationFsxOntapFileSystemProtocolSmb?>? smb,
})

Creates a new LocationFsxOntapFileSystemProtocol. nfs Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below. smb Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See SMB (#smb) below.

Implementation

const LocationFsxOntapFileSystemProtocol({
  this.nfs,
  this.smb,
});