Module Values.StorageConfigurationSource

Defines the storage configuration for a runtime environment.

Sourcetype nonrec t = {
  1. efs : EfsStorageConfiguration.t option;
    (*

    Defines the storage configuration for an Amazon EFS file system.

    *)
  2. fsx : FsxStorageConfiguration.t option;
    (*

    Defines the storage configuration for an Amazon FSx file system.

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