aws-cdk-lib.aws_m2.CfnEnvironment.FsxStorageConfigurationProperty

interface FsxStorageConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.M2.CfnEnvironment.FsxStorageConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsm2#CfnEnvironment_FsxStorageConfigurationProperty
Javasoftware.amazon.awscdk.services.m2.CfnEnvironment.FsxStorageConfigurationProperty
Pythonaws_cdk.aws_m2.CfnEnvironment.FsxStorageConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_m2 as m2 } from 'aws-cdk-lib';
const fsxStorageConfigurationProperty: m2.CfnEnvironment.FsxStorageConfigurationProperty = {
  fileSystemId: 'fileSystemId',
  mountPoint: 'mountPoint',
};

Properties

NameTypeDescription
fileSystemIdstringThe file system identifier.
mountPointstringThe mount point for the file system.

fileSystemId

Type: string

The file system identifier.


mountPoint

Type: string

The mount point for the file system.