cpuManufacturers

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

Parameters

value

List of CPU manufacturer names. 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.

Valid names:
* amazon-web-services
* amd
* intel

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


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

Parameters

values

List of CPU manufacturer names. 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.

Valid names:
* amazon-web-services
* amd
* intel