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. For example, 1.0.1.0
, 1.0.1.2
, 1.0.2.2
, and 1.0.3.0
.
Link copied to clipboard
DB instance class. Examples of classes are db.r5.large
, db.r5.xlarge
, db.r4.large
, db.r5.4xlarge
, db.r5.12xlarge
, db.r4.xlarge
, and db.t3.medium
.
Link copied to clipboard
License model. (Default: amazon-license
)
Link copied to clipboard
Ordered list of preferred Neptune 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.