capacity Reservation Options
suspend fun capacityReservationOptions(value: Output<FleetOnDemandOptionsCapacityReservationOptionsArgs>)
Parameters
value
The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type instant
.
suspend fun capacityReservationOptions(argument: suspend FleetOnDemandOptionsCapacityReservationOptionsArgsBuilder.() -> Unit)
Parameters
argument
The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type instant
.