Module Values_0.EnvironmentConfigSource

The configuration for the restricted instance groups (RIG) environment.

Sourcetype nonrec t = {
  1. fSxLustreConfig : FSxLustreConfig.t option;
    (*

    Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.

    *)
}
Sourceval make : ?fSxLustreConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of FSxLustreSizeInGiB.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