Module Values_0.FSxLustreFileSystemConfigSource

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

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

    The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.

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

    The path to the file system directory that is accessible in Amazon SageMaker 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