Module Values.EbsBlockDeviceConfigSource

Configuration of requested EBS block device associated with the instance group with count of volumes that are associated to every instance.

Sourcetype nonrec t = {
  1. volumeSpecification : VolumeSpecification.t;
    (*

    EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.

    *)
  2. volumesPerInstance : Integer.t option;
    (*

    Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group

    *)
}
Sourceval context_ : string
Sourceval make : ?volumesPerInstance:??? -> volumeSpecification:VolumeSpecification.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.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