preferredInstanceClasses

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

Parameters

value

Ordered list of preferred RDS DB instance classes. 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 = "bsprxnabbdjsvhqx")
suspend fun preferredInstanceClasses(vararg values: String)

Parameters

values

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