Module Values_0.CustomFileSystemConfigSource

The settings for assigning a custom file system to a user profile or space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.

Sourcetype nonrec t = {
  1. eFSFileSystemConfig : EFSFileSystemConfig.t option;
    (*

    The settings for a custom Amazon EFS file system.

    *)
  2. fSxLustreFileSystemConfig : FSxLustreFileSystemConfig.t option;
    (*

    The settings for a custom Amazon FSx for Lustre file system.

    *)
  3. s3FileSystemConfig : S3FileSystemConfig.t option;
    (*

    Configuration settings for a custom Amazon S3 file system.

    *)
}
Sourceval make : ?eFSFileSystemConfig:??? -> ?fSxLustreFileSystemConfig:??? -> ?s3FileSystemConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of FileSystemId.t ]) list ]) 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