cpuManufacturers

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


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