This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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
, "S3FileSystem" :S3FileSystem
}
YAML
EFSFileSystem:
EFSFileSystem
FSxLustreFileSystem:FSxLustreFileSystem
S3FileSystem:S3FileSystem
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
S3FileSystem
-
A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.
Required: No
Type: S3FileSystem
Update requires: No interruption