This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::Space EFSFileSystem
A file system, created by you in Amazon EFS, that you assign to a user profile or space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FileSystemId" :
String
}
YAML
FileSystemId:
String
Properties
FileSystemId
-
The ID of your Amazon EFS file system.
Required: Yes
Type: String
Pattern:
^(fs-[0-9a-f]{8,})$
Minimum:
11
Maximum:
21
Update requires: No interruption