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: Replacement
MountPoint
-
The mount point for the file system.
Required: Yes
Type: String
Pattern:
^\S{1,200}$
Update requires: Replacement