instanceGenerations

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

Parameters

value

List of instance generation names. Default is any generation.

Valid names:
* current - Recommended for best performance.
* previous - For existing applications optimized for older instance types.

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


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

Parameters

values

List of instance generation names. Default is any generation.

Valid names:
* current - Recommended for best performance.
* previous - For existing applications optimized for older instance types.