capacity Reservation Options
suspend fun capacityReservationOptions(value: Output<Ec2FleetCapacityReservationOptionsRequestArgs>)
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 Ec2FleetCapacityReservationOptionsRequestArgsBuilder.() -> Unit)
Parameters
argument
The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type instant
.