mountPath property

Input<String?>? mountPath
final

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.

> Note: When specifying defaultGid and defaultUid, Valid value pairs are `0`, `0` and `100`, `1000`.

Implementation

final pulumi.Input<String?>? mountPath;