# AWS::M2::Environment FsxStorageConfiguration Defines the storage configuration for an Amazon FSx file system. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "FileSystemId" : String, "MountPoint" : String }### YAML
FileSystemId: String MountPoint: String## Properties #### FileSystemId The file system identifier. _Required_: Yes _Type_: String _Pattern_:
^\S{1,200}$
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### MountPoint
The mount point for the file system.
_Required_: Yes
_Type_: String
_Pattern_: ^\S{1,200}$
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)