AppImageConfigCodeEditorAppImageConfigFileSystemConfig

data class AppImageConfigCodeEditorAppImageConfigFileSystemConfig(val defaultGid: Int? = null, val defaultUid: Int? = null, val mountPath: String? = null)

Constructors

constructor(defaultGid: Int? = null, defaultUid: Int? = null, mountPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultGid: Int? = null

The default POSIX group ID (GID). If not specified, defaults to 100. Valid values are 0 and 100.

Link copied to clipboard
val defaultUid: Int? = null

The default POSIX user ID (UID). If not specified, defaults to 1000. Valid values are 0 and 1000.

Link copied to clipboard
val mountPath: String? = null

The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.