AWS::SageMaker::Domain EFSFileSystemConfig - AWS CloudFormation

AWS::SageMaker::Domain EFSFileSystemConfig

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

Syntax

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

JSON

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

YAML

FileSystemId: String FileSystemPath: String

Properties

FileSystemId

The ID of your Amazon EFS file system.

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