interface NFSProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataSync.Mixins.CfnLocationFSxONTAPPropsMixin.NFSProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatasync/mixins#CfnLocationFSxONTAPPropsMixin_NFSProperty |
Java | software.amazon.awscdk.mixins.preview.services.datasync.mixins.CfnLocationFSxONTAPPropsMixin.NFSProperty |
Python | aws_cdk.mixins_preview.aws_datasync.mixins.CfnLocationFSxONTAPPropsMixin.NFSProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datasync » mixins » 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 { mixins as datasync_mixins } from '@aws-cdk/mixins-preview/aws-datasync';
const nFSProperty: datasync_mixins.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