Interface CfnInstanceFleetConfig.IOnDemandProvisioningSpecificationProperty
The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.
Namespace: Amazon.CDK.AWS.EMR
Assembly: Amazon.CDK.AWS.EMR.dll
Syntax (csharp)
public interface IOnDemandProvisioningSpecificationProperty
Syntax (vb)
Public Interface IOnDemandProvisioningSpecificationProperty
Remarks
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.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EMR;
var onDemandProvisioningSpecificationProperty = new OnDemandProvisioningSpecificationProperty {
AllocationStrategy = "allocationStrategy"
};
Synopsis
Properties
AllocationStrategy | Specifies the strategy to use in launching On-Demand instance fleets. |
Properties
AllocationStrategy
Specifies the strategy to use in launching On-Demand instance fleets.
string AllocationStrategy { get; }
Property Value
System.String
Remarks
Currently, the only option is lowest-price
(the default), which launches the lowest price first.