Module Values_0.EFSFileSystemConfigSource

The settings for assigning a custom Amazon EFS file system to a user profile or space for an Amazon SageMaker AI Domain.

Sourcetype nonrec t = {
  1. fileSystemId : FileSystemId.t;
    (*

    The ID of your Amazon EFS file system.

    *)
  2. fileSystemPath : FileSystemPath.t option;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?fileSystemPath:??? -> fileSystemId:FileSystemId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FileSystemId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t