GetOrderableDbInstanceResult

data class GetOrderableDbInstanceResult(val availabilityZoneGroup: String, val availabilityZones: List<String>, val engine: String, 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 supportsEnhancedMonitoring: Boolean, val supportsGlobalDatabases: Boolean, val supportsIamDatabaseAuthentication: Boolean, val supportsIops: Boolean, val supportsKerberosAuthentication: 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
constructor(availabilityZoneGroup: String, availabilityZones: List<String>, engine: String, 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>, supportsEnhancedMonitoring: Boolean, supportsGlobalDatabases: Boolean, supportsIamDatabaseAuthentication: Boolean, supportsIops: Boolean, supportsKerberosAuthentication: Boolean, supportsPerformanceInsights: Boolean, supportsStorageAutoscaling: Boolean, supportsStorageEncryption: Boolean, vpc: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Availability zones where the instance is available.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Maximum total provisioned IOPS for a DB instance.

Link copied to clipboard

Maximum provisioned IOPS per GiB for a DB instance.

Link copied to clipboard

Maximum storage size for a DB instance.

Link copied to clipboard

Minimum total provisioned IOPS for a DB instance.

Link copied to clipboard

Minimum provisioned IOPS per GiB for a DB instance.

Link copied to clipboard

Minimum storage size for a DB instance.

Link copied to clipboard

Whether a DB instance is Multi-AZ capable.

Link copied to clipboard

Whether a DB instance supports RDS on Outposts.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether a DB instance can have a read replica.

Link copied to clipboard
Link copied to clipboard

A list of the supported DB engine modes.

Link copied to clipboard

The network types supported by the DB instance (IPV4 or DUAL).

Link copied to clipboard
Link copied to clipboard