RdsCloneDbInstanceServerlessConfig

data class RdsCloneDbInstanceServerlessConfig(val autoPause: Boolean? = null, val maxCapacity: Double, val minCapacity: Double, val switchForce: Boolean? = null)

Constructors

Link copied to clipboard
constructor(autoPause: Boolean? = null, maxCapacity: Double, minCapacity: Double, switchForce: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoPause: Boolean? = null

Specifies whether to enable the smart startup and stop feature for the serverless instance. Valid values:

Link copied to clipboard

The maximum number of RDS Capacity Units (RCUs). The value of this parameter must be greater than or equal to min_capacity and only supports passing integers. Valid values:

Link copied to clipboard

The minimum number of RCUs. The value of this parameter must be less than or equal to max_capacity. Valid values:

Link copied to clipboard
val switchForce: Boolean? = null

Specifies whether to enable the forced scaling feature for the serverless instance. Valid values: