capacity Reservation Specification
suspend fun capacityReservationSpecification(value: Output<SpotInstanceRequestCapacityReservationSpecificationArgs>)
suspend fun capacityReservationSpecification(value: SpotInstanceRequestCapacityReservationSpecificationArgs?)
Parameters
value
Describes an instance's Capacity Reservation targeting option. See Capacity Reservation Specification below for more details.
NOTE: Changing
cpu_core_count
and/orcpu_threads_per_core
will cause the resource to be destroyed and re-created.
suspend fun capacityReservationSpecification(argument: suspend SpotInstanceRequestCapacityReservationSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Describes an instance's Capacity Reservation targeting option. See Capacity Reservation Specification below for more details.
NOTE: Changing
cpu_core_count
and/orcpu_threads_per_core
will cause the resource to be destroyed and re-created.