Module Values_0.EnvironmentConfigDetailsSource

The configuration details 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.

    *)
  2. s3OutputPath : S3Uri.t option;
    (*

    The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.

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