UserProfileEfsFileSystemConfigArgs

data class UserProfileEfsFileSystemConfigArgs(val fileSystemId: Output<String>, val fileSystemPath: Output<String>? = null) : ConvertibleToJava<UserProfileEfsFileSystemConfigArgs>

Constructors

Link copied to clipboard
constructor(fileSystemId: Output<String>, fileSystemPath: Output<String>? = null)

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>? = null

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

Functions

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