interface NFSProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataSync.CfnLocationFSxOpenZFSPropsMixin.NFSProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatasync#CfnLocationFSxOpenZFSPropsMixin_NFSProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxOpenZFSPropsMixin.NFSProperty |
Python | aws_cdk.cfn_property_mixins.aws_datasync.CfnLocationFSxOpenZFSPropsMixin.NFSProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datasync » 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 { aws_datasync as datasync } from '@aws-cdk/cfn-property-mixins';
const nFSProperty: datasync.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