Get Orderable Db Instance Result
data class GetOrderableDbInstanceResult(val availabilityZones: List<String>, val engine: String? = null, val engineVersion: String, val id: String, val instanceClass: String, val licenseModel: String? = null, val maxIopsPerDbInstance: Int, val maxIopsPerGib: Double, val maxStorageSize: Int, val minIopsPerDbInstance: Int, val minIopsPerGib: Double, val minStorageSize: Int, val multiAzCapable: Boolean, val preferredInstanceClasses: List<String>? = null, val readReplicaCapable: Boolean, val storageType: String, val supportsEnhancedMonitoring: Boolean, val supportsIamDatabaseAuthentication: Boolean, val supportsIops: Boolean, val supportsPerformanceInsights: Boolean, val supportsStorageEncryption: Boolean, val vpc: Boolean)
A collection of values returned by getOrderableDbInstance.
Constructors
Link copied to clipboard
fun GetOrderableDbInstanceResult(availabilityZones: List<String>, engine: String? = null, engineVersion: String, id: String, instanceClass: String, licenseModel: String? = null, maxIopsPerDbInstance: Int, maxIopsPerGib: Double, maxStorageSize: Int, minIopsPerDbInstance: Int, minIopsPerGib: Double, minStorageSize: Int, multiAzCapable: Boolean, preferredInstanceClasses: List<String>? = null, readReplicaCapable: Boolean, storageType: String, supportsEnhancedMonitoring: Boolean, supportsIamDatabaseAuthentication: Boolean, supportsIops: Boolean, supportsPerformanceInsights: Boolean, supportsStorageEncryption: Boolean, vpc: Boolean)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard