cpuManufacturers

@JvmName(name = "jbvhdpcmxhewbpmj")
suspend fun cpuManufacturers(value: Output<List<String>>)
@JvmName(name = "tppacpnrnamgcksp")
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 = "fvddpyeqgpsnlmpv")
suspend fun cpuManufacturers(vararg values: Output<String>)


@JvmName(name = "uigsfwewvddamltd")
suspend fun cpuManufacturers(values: List<Output<String>>)
@JvmName(name = "mkyjkpppvhebehfh")
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.