AWS::M2::Environment EfsStorageConfiguration - AWS CloudFormation

AWS::M2::Environment EfsStorageConfiguration

Defines the storage configuration for an Amazon EFS 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