Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OnDemandProvisioningSpecification = OnDemandProvisioningSpecification' {}
- newOnDemandProvisioningSpecification :: OnDemandProvisioningAllocationStrategy -> OnDemandProvisioningSpecification
- onDemandProvisioningSpecification_capacityReservationOptions :: Lens' OnDemandProvisioningSpecification (Maybe OnDemandCapacityReservationOptions)
- onDemandProvisioningSpecification_allocationStrategy :: Lens' OnDemandProvisioningSpecification OnDemandProvisioningAllocationStrategy
Documentation
data OnDemandProvisioningSpecification Source #
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 versions 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR version 5.12.1 and later.
See: newOnDemandProvisioningSpecification
smart constructor.
OnDemandProvisioningSpecification' | |
|
Instances
newOnDemandProvisioningSpecification Source #
Create a value of OnDemandProvisioningSpecification
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:capacityReservationOptions:OnDemandProvisioningSpecification'
, onDemandProvisioningSpecification_capacityReservationOptions
- The launch specification for On-Demand instances in the instance fleet,
which determines the allocation strategy.
$sel:allocationStrategy:OnDemandProvisioningSpecification'
, onDemandProvisioningSpecification_allocationStrategy
- Specifies the strategy to use in launching On-Demand instance fleets.
Currently, the only option is lowest-price
(the default), which
launches the lowest price first.
onDemandProvisioningSpecification_capacityReservationOptions :: Lens' OnDemandProvisioningSpecification (Maybe OnDemandCapacityReservationOptions) Source #
The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.
onDemandProvisioningSpecification_allocationStrategy :: Lens' OnDemandProvisioningSpecification OnDemandProvisioningAllocationStrategy Source #
Specifies the strategy to use in launching On-Demand instance fleets.
Currently, the only option is lowest-price
(the default), which
launches the lowest price first.