aws-cdk-lib.aws_fsx.CfnVolume.NfsExportsProperty

interface NfsExportsProperty

LanguageType name
.NETAmazon.CDK.AWS.FSx.CfnVolume.NfsExportsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnVolume_NfsExportsProperty
Javasoftware.amazon.awscdk.services.fsx.CfnVolume.NfsExportsProperty
Pythonaws_cdk.aws_fsx.CfnVolume.NfsExportsProperty
TypeScript aws-cdk-lib » aws_fsx » CfnVolume » NfsExportsProperty

The configuration object for mounting a Network File System (NFS) file system.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as fsx } from 'aws-cdk-lib';
const nfsExportsProperty: fsx.CfnVolume.NfsExportsProperty = {
  clientConfigurations: [{
    clients: 'clients',
    options: ['options'],
  }],
};

Properties

NameTypeDescription
clientConfigurationsIResolvable | IResolvable | ClientConfigurationsProperty[]A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

clientConfigurations

Type: IResolvable | IResolvable | ClientConfigurationsProperty[]

A list of configuration objects that contain the client and options for mounting the OpenZFS file system.