interface NfsExportsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.CfnVolume.NfsExportsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnVolume_NfsExportsProperty |
![]() | software.amazon.awscdk.services.fsx.CfnVolume.NfsExportsProperty |
![]() | aws_cdk.aws_fsx.CfnVolume.NfsExportsProperty |
![]() | 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
Name | Type | Description |
---|---|---|
client | IResolvable | IResolvable | Client [] | A list of configuration objects that contain the client and options for mounting the OpenZFS file system. |
clientConfigurations
Type:
IResolvable
|
IResolvable
|
Client
[]
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.