GetOrderableDbInstanceResult

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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Availability zones where the instance is available.

Link copied to clipboard
val engine: String? = null
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
val licenseModel: String? = null
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
Link copied to clipboard

Whether a DB instance can have a read replica.

Link copied to clipboard

Storage type for a DB instance.

Link copied to clipboard

Whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.

Link copied to clipboard

Whether a DB instance supports IAM database authentication.

Link copied to clipboard

Whether a DB instance supports provisioned IOPS.

Link copied to clipboard

Whether a DB instance supports Performance Insights.

Link copied to clipboard

Whether a DB instance supports encrypted storage.

Link copied to clipboard