cpuManufacturers

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

Parameters

value

The CPU manufacturers to include. Default is any manufacturer.

NOTE: 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.


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


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

Parameters

values

The CPU manufacturers to include. Default is any manufacturer.

NOTE: 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.