LocationFsxOntapFileSystemProtocol constructor
const
LocationFsxOntapFileSystemProtocol({
- Input<
LocationFsxOntapFileSystemProtocolNfs?> ? nfs, - 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,
});