AWS::SageMaker::Space CustomFileSystem
A file system, created by you, 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 AWS CloudFormation template, use the following syntax:
JSON
{ "EFSFileSystem" :
EFSFileSystem
, "FSxLustreFileSystem" :FSxLustreFileSystem
}
Properties
EFSFileSystem
-
A custom file system in Amazon EFS.
Required: No
Type: EFSFileSystem
Update requires: No interruption
FSxLustreFileSystem
-
A custom file system in Amazon FSx for Lustre.
Required: No
Type: FSxLustreFileSystem
Update requires: No interruption