AppImageConfigCodeEditorAppImageConfigFileSystemConfigArgs

data class AppImageConfigCodeEditorAppImageConfigFileSystemConfigArgs(val defaultGid: Output<Int>? = null, val defaultUid: Output<Int>? = null, val mountPath: Output<String>? = null) : ConvertibleToJava<AppImageConfigCodeEditorAppImageConfigFileSystemConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val defaultGid: Output<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: Output<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: Output<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.

Functions

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