cpuManufacturers

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


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