interface NFSProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataSync.Mixins.CfnLocationFSxOpenZFSPropsMixin.NFSProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatasync/mixins#CfnLocationFSxOpenZFSPropsMixin_NFSProperty |
Java | software.amazon.awscdk.mixins.preview.services.datasync.mixins.CfnLocationFSxOpenZFSPropsMixin.NFSProperty |
Python | aws_cdk.mixins_preview.aws_datasync.mixins.CfnLocationFSxOpenZFSPropsMixin.NFSProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datasync » mixins » CfnLocationFSxOpenZFSPropsMixin » NFSProperty |
Represents the Network File System (NFS) protocol that AWS DataSync uses to access your Amazon FSx for OpenZFS file system.
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.CfnLocationFSxOpenZFSPropsMixin.NFSProperty = {
mountOptions: {
version: 'version',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| mount | IResolvable | Mount | Represents the mount options that are available for DataSync to access an NFS location. |
mountOptions?
Type:
IResolvable | Mount
(optional)
Represents the mount options that are available for DataSync to access an NFS location.

.NET
Go
Java
Python
TypeScript