cpuManufacturers

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

Parameters

value

The 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 manufacturer with the CPU 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 = "hshiupsebxioovqi")
suspend fun cpuManufacturers(vararg values: Output<String>)


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

Parameters

values

The 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 manufacturer with the CPU 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