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::UserProfile CustomFileSystemConfig
The settings for assigning a custom file system 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
{ "EFSFileSystemConfig" :
EFSFileSystemConfig
, "FSxLustreFileSystemConfig" :FSxLustreFileSystemConfig
}
Properties
EFSFileSystemConfig
-
The settings for a custom Amazon EFS file system.
Required: No
Type: EFSFileSystemConfig
Update requires: No interruption
FSxLustreFileSystemConfig
-
The settings for a custom Amazon FSx for Lustre file system.
Required: No
Type: FSxLustreFileSystemConfig
Update requires: No interruption