cpuManufacturers

@JvmName(name = "xfuwhvphnsjnrpmx")
suspend fun cpuManufacturers(value: Output<List<SpotFleetInstanceRequirementsRequestCpuManufacturersItem>>)

Parameters

value

The CPU manufacturers to include.

  • For instance types with Intel CPUs, specify intel .

  • For instance types with AMD CPUs, specify amd .

  • For instance types with AWS CPUs, specify amazon-web-services .

Don't confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template. Default: Any manufacturer


@JvmName(name = "cyawkempxiklqtdp")
suspend fun cpuManufacturers(vararg values: Output<SpotFleetInstanceRequirementsRequestCpuManufacturersItem>)


@JvmName(name = "flitjfjwiocdfueg")
suspend fun cpuManufacturers(values: List<Output<SpotFleetInstanceRequirementsRequestCpuManufacturersItem>>)
@JvmName(name = "wyktfhceygwaskmm")
suspend fun cpuManufacturers(vararg values: SpotFleetInstanceRequirementsRequestCpuManufacturersItem)

Parameters

values

The CPU manufacturers to include.

  • For instance types with Intel CPUs, specify intel .

  • For instance types with AMD CPUs, specify amd .

  • For instance types with AWS CPUs, specify amazon-web-services .

Don't confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template. Default: Any manufacturer