instanceGenerations

@JvmName(name = "uqomrrexpetpswls")
suspend fun instanceGenerations(value: Output<List<String>>)
@JvmName(name = "quofvbjspmuhkwwb")
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 = "wrbjainfxgneyulb")
suspend fun instanceGenerations(vararg values: Output<String>)


@JvmName(name = "iuoxjddduxvxgels")
suspend fun instanceGenerations(values: List<Output<String>>)
@JvmName(name = "anfgarupuuvyvuvy")
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.