DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfigArgs

data class DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfigArgs(val fileSystemId: Output<String>, val fileSystemPath: Output<String>) : ConvertibleToJava<DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfigArgs>

Constructors

constructor(fileSystemId: Output<String>, fileSystemPath: Output<String>)

Properties

Link copied to clipboard
val fileSystemId: Output<String>

The ID of your Amazon EFS file system.

Link copied to clipboard
val fileSystemPath: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfigArgs