AppImageConfigFileSystemConfigArgs

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

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

Constructors

Link copied to clipboard
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.

Link copied to clipboard
val defaultUid: Output<Int>? = null

The default POSIX user ID (UID). If not specified, defaults to 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(): AppImageConfigFileSystemConfigArgs