preferredNodeTypes

@JvmName(name = "nneglkheaokmsplg")
suspend fun preferredNodeTypes(value: List<String>?)

Parameters

value

Ordered list of preferred Redshift Cluster node types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned.


@JvmName(name = "tpsouugoxxisntoe")
suspend fun preferredNodeTypes(vararg values: String)

Parameters

values

Ordered list of preferred Redshift Cluster node types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned.