DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfig constructor

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

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