interface NFSProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataSync.CfnLocationFSxONTAPPropsMixin.NFSProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatasync#CfnLocationFSxONTAPPropsMixin_NFSProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxONTAPPropsMixin.NFSProperty |
Python | aws_cdk.cfn_property_mixins.aws_datasync.CfnLocationFSxONTAPPropsMixin.NFSProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datasync » CfnLocationFSxONTAPPropsMixin » 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/cfn-property-mixins';
const nFSProperty: datasync.CfnLocationFSxONTAPPropsMixin.NFSProperty = {
mountOptions: {
version: 'version',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| mount | IResolvable | Nfs | Specifies how DataSync can access a location using the NFS protocol. |
mountOptions?
Type:
IResolvable | Nfs
(optional)
Specifies how DataSync can access a location using the NFS protocol.

.NET
Go
Java
Python
TypeScript