Interface CfnInstanceFleetConfig.OnDemandCapacityReservationOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInstanceFleetConfig.OnDemandCapacityReservationOptionsProperty.Jsii$Proxy
Enclosing class:
CfnInstanceFleetConfig

@Stability(Stable) public static interface CfnInstanceFleetConfig.OnDemandCapacityReservationOptionsProperty extends software.amazon.jsii.JsiiSerializable
Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.emr.*;
 OnDemandCapacityReservationOptionsProperty onDemandCapacityReservationOptionsProperty = OnDemandCapacityReservationOptionsProperty.builder()
         .capacityReservationPreference("capacityReservationPreference")
         .capacityReservationResourceGroupArn("capacityReservationResourceGroupArn")
         .usageStrategy("usageStrategy")
         .build();
 

See Also: