DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig constructor

const DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig({
  1. required Input<String> fileSystemId,
  2. required Input<String> fileSystemPath,
})

Creates a new DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig. fileSystemId The ID of your Amazon EFS file system. fileSystemPath The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.

Implementation

const DomainDefaultUserSettingsCustomFileSystemConfigEfsFileSystemConfig({
  required this.fileSystemId,
  required this.fileSystemPath,
});