# AWS::M2::Environment StorageConfiguration Defines the storage configuration for an environment. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Efs" : EfsStorageConfiguration,
    "Fsx" : FsxStorageConfiguration
}
### YAML
Efs: EfsStorageConfiguration
Fsx: FsxStorageConfiguration
## Properties #### Efs Defines the storage configuration for an Amazon EFS file system. _Required_: Yes _Type_: EfsStorageConfiguration _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Fsx Defines the storage configuration for an Amazon FSx file system. _Required_: Yes _Type_: FsxStorageConfiguration _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)