Module Values.OnDemandProvisioningSpecificationSource

The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and later.

Sourcetype nonrec t = {
  1. allocationStrategy : OnDemandProvisioningAllocationStrategy.t;
    (*

    Specifies the strategy to use in launching On-Demand instance fleets. Available options are lowest-price and prioritized. lowest-price specifies to launch the instances with the lowest price first, and prioritized specifies that Amazon EMR should launch the instances with the highest priority first. The default is lowest-price.

    *)
  2. capacityReservationOptions : OnDemandCapacityReservationOptions.t option;
    (*

    The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.

    *)
}
Sourceval context_ : string
Sourceval make : ?capacityReservationOptions:??? -> allocationStrategy:OnDemandProvisioningAllocationStrategy.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of XmlStringMaxLen256.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