Get Orderable Db Instance Plain Args
data class GetOrderableDbInstancePlainArgs(val engine: String? = null, val engineVersion: String? = null, val instanceClass: String? = null, val licenseModel: String? = null, val preferredInstanceClasses: List<String>? = null, val vpc: Boolean? = null) : ConvertibleToJava<GetOrderableDbInstancePlainArgs>
A collection of arguments for invoking getOrderableDbInstance.
Constructors
Properties
Link copied to clipboard
Version of the DB engine.
Link copied to clipboard
DB instance class. Examples of classes are db.r5.12xlarge
, db.r5.24xlarge
, db.r5.2xlarge
, db.r5.4xlarge
, db.r5.large
, db.r5.xlarge
, and db.t3.medium
. (Conflicts with preferred_instance_classes
.)
Link copied to clipboard
License model. Default: na
Link copied to clipboard
Ordered list of preferred DocumentDB 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. (Conflicts with instance_class
.)