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::Domain 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 AWS CloudFormation template, use the following syntax:
JSON
{ "EFSFileSystemConfig" :
EFSFileSystemConfig
, "FSxLustreFileSystemConfig" :FSxLustreFileSystemConfig
, "S3FileSystemConfig" :S3FileSystemConfig
}
YAML
EFSFileSystemConfig:
EFSFileSystemConfig
FSxLustreFileSystemConfig:FSxLustreFileSystemConfig
S3FileSystemConfig:S3FileSystemConfig
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
S3FileSystemConfig
-
Configuration settings for a custom Amazon S3 file system.
Required: No
Type: S3FileSystemConfig
Update requires: No interruption