aws-cdk-lib.aws_datasync.CfnLocationFSxONTAP.NFSProperty

interface NFSProperty

LanguageType name
.NETAmazon.CDK.AWS.DataSync.CfnLocationFSxONTAP.NFSProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnLocationFSxONTAP_NFSProperty
Javasoftware.amazon.awscdk.services.datasync.CfnLocationFSxONTAP.NFSProperty
Pythonaws_cdk.aws_datasync.CfnLocationFSxONTAP.NFSProperty
TypeScript aws-cdk-lib » aws_datasync » CfnLocationFSxONTAP » NFSProperty

Specifies the Network File System (NFS) protocol configuration that AWS DataSync uses to access a storage virtual machine (SVM) on your Amazon FSx for NetApp ONTAP file system.

For more information, see Accessing FSx for ONTAP file systems .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datasync as datasync } from 'aws-cdk-lib';
const nFSProperty: datasync.CfnLocationFSxONTAP.NFSProperty = {
  mountOptions: {
    version: 'version',
  },
};

Properties

NameTypeDescription
mountOptionsIResolvable | NfsMountOptionsPropertySpecifies how DataSync can access a location using the NFS protocol.

mountOptions

Type: IResolvable | NfsMountOptionsProperty

Specifies how DataSync can access a location using the NFS protocol.