UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig constructor

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

Creates a new UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig. 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 UserProfileUserSettingsCustomFileSystemConfigEfsFileSystemConfig({
  required this.fileSystemId,
  this.fileSystemPath,
});