interface FsxStorageConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.M2.CfnEnvironment.FsxStorageConfigurationProperty | 
|  Java | software.amazon.awscdk.services.m2.CfnEnvironment.FsxStorageConfigurationProperty | 
|  Python | aws_cdk.aws_m2.CfnEnvironment.FsxStorageConfigurationProperty | 
|  TypeScript | @aws-cdk/aws-m2»CfnEnvironment»FsxStorageConfigurationProperty | 
Defines the storage configuration for an Amazon FSx file system.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as m2 from '@aws-cdk/aws-m2';
const fsxStorageConfigurationProperty: m2.CfnEnvironment.FsxStorageConfigurationProperty = {
  fileSystemId: 'fileSystemId',
  mountPoint: 'mountPoint',
};
Properties
| Name | Type | Description | 
|---|---|---|
| file | string | The file system identifier. | 
| mount | string | The mount point for the file system. | 
fileSystemId
Type:
string
The file system identifier.
mountPoint
Type:
string
The mount point for the file system.
