AWS::M2::Environment EfsStorageConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::M2::Environment EfsStorageConfiguration

Defines the storage configuration for an Amazon EFS file system.

Syntax

To declare this entity in your Amazon 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