preferredEngineVersions

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

Parameters

value

Ordered list of preferred RDS DB instance engine versions. 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 = "xmkdlmhcvutynttf")
suspend fun preferredEngineVersions(vararg values: String)

Parameters

values

Ordered list of preferred RDS DB instance engine versions. 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.