Module Values_0.ClusterFsxOpenZfsConfigSource

Defines the configuration for attaching an Amazon FSx for OpenZFS file system to instances in a SageMaker HyperPod cluster instance group.

Sourcetype nonrec t = {
  1. dnsName : ClusterDnsName.t;
    (*

    The DNS name of the Amazon FSx for OpenZFS file system.

    *)
  2. mountPath : ClusterFsxMountPath.t option;
    (*

    The local path where the Amazon FSx for OpenZFS file system is mounted on instances.

    *)
}
Sourceval context_ : string
Sourceval make : ?mountPath:??? -> dnsName:ClusterDnsName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterDnsName.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