Get Orderable Db Instance Result
    data class GetOrderableDbInstanceResult(val availabilityZoneGroup: String, val availabilityZones: List<String>, val engine: String, val engineLatestVersion: Boolean? = null, val engineVersion: String, val id: String, val instanceClass: String, val licenseModel: String, val maxIopsPerDbInstance: Int, val maxIopsPerGib: Double, val maxStorageSize: Int, val minIopsPerDbInstance: Int, val minIopsPerGib: Double, val minStorageSize: Int, val multiAzCapable: Boolean, val outpostCapable: Boolean, val preferredEngineVersions: List<String>? = null, val preferredInstanceClasses: List<String>? = null, val readReplicaCapable: Boolean, val storageType: String, val supportedEngineModes: List<String>, val supportedNetworkTypes: List<String>, val supportsClusters: Boolean, val supportsEnhancedMonitoring: Boolean, val supportsGlobalDatabases: Boolean, val supportsIamDatabaseAuthentication: Boolean, val supportsIops: Boolean, val supportsKerberosAuthentication: Boolean, val supportsMultiAz: Boolean, val supportsPerformanceInsights: Boolean, val supportsStorageAutoscaling: Boolean, val supportsStorageEncryption: Boolean, val vpc: Boolean)
A collection of values returned by getOrderableDbInstance.
Constructors
Link copied to clipboard
                fun GetOrderableDbInstanceResult(availabilityZoneGroup: String, availabilityZones: List<String>, engine: String, engineLatestVersion: Boolean? = null, engineVersion: String, id: String, instanceClass: String, licenseModel: String, maxIopsPerDbInstance: Int, maxIopsPerGib: Double, maxStorageSize: Int, minIopsPerDbInstance: Int, minIopsPerGib: Double, minStorageSize: Int, multiAzCapable: Boolean, outpostCapable: Boolean, preferredEngineVersions: List<String>? = null, preferredInstanceClasses: List<String>? = null, readReplicaCapable: Boolean, storageType: String, supportedEngineModes: List<String>, supportedNetworkTypes: List<String>, supportsClusters: Boolean, supportsEnhancedMonitoring: Boolean, supportsGlobalDatabases: Boolean, supportsIamDatabaseAuthentication: Boolean, supportsIops: Boolean, supportsKerberosAuthentication: Boolean, supportsMultiAz: Boolean, supportsPerformanceInsights: Boolean, supportsStorageAutoscaling: 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
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard