cpuManufacturers

@JvmName(name = "oakqolvbebopmgpl")
suspend fun cpuManufacturers(value: Output<List<String>>)
@JvmName(name = "aomoawbtgmijnumi")
suspend fun cpuManufacturers(value: List<String>?)

Parameters

value

Lists which specific 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 hardware manufacturer with the CPU hardware 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 = "ermkbxwkciervehk")
suspend fun cpuManufacturers(vararg values: Output<String>)


@JvmName(name = "gppjtyhnobwnxmob")
suspend fun cpuManufacturers(values: List<Output<String>>)
@JvmName(name = "xminymrmkvtgeuwd")
suspend fun cpuManufacturers(vararg values: String)

Parameters

values

Lists which specific 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 hardware manufacturer with the CPU hardware 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