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