AWS::SageMaker::UserProfile FSxLustreFileSystemConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 FSxLustreFileSystemConfig

The settings for assigning a custom Amazon FSx for Lustre file system to a user profile or space for an Amazon SageMaker Domain.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "FileSystemId" : String, "FileSystemPath" : String }

YAML

FileSystemId: String FileSystemPath: String

Properties

FileSystemId

The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.

Required: Yes

Type: String

Pattern: ^(fs-[0-9a-f]{8,})$

Minimum: 11

Maximum: 21

Update requires: No interruption

FileSystemPath

The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.

Required: No

Type: String

Pattern: ^\/\S*$

Minimum: 1

Maximum: 256

Update requires: No interruption