instanceGenerations

@JvmName(name = "xsauwnfxofgecnbx")
suspend fun instanceGenerations(value: Output<List<String>>)
@JvmName(name = "jrwdchdumgxlsooc")
suspend fun instanceGenerations(value: List<String>?)

Parameters

value

Indicates whether current or previous generation instance types are included.

  • For current generation instance types, specify `current`. The current generation includes EC2 instance types currently recommended for use. This typically includes the latest two to three generations in each instance family. For more information, see Instance types in the Amazon EC2 User Guide for Linux Instances.

  • For previous generation instance types, specify `previous`. Default: Any current or previous generation


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


@JvmName(name = "ckblxhmnltgjmmbw")
suspend fun instanceGenerations(values: List<Output<String>>)
@JvmName(name = "yhiegplsgponomfd")
suspend fun instanceGenerations(vararg values: String)

Parameters

values

Indicates whether current or previous generation instance types are included.

  • For current generation instance types, specify `current`. The current generation includes EC2 instance types currently recommended for use. This typically includes the latest two to three generations in each instance family. For more information, see Instance types in the Amazon EC2 User Guide for Linux Instances.

  • For previous generation instance types, specify `previous`. Default: Any current or previous generation