RdsCloneDbInstanceServerlessConfigArgs

data class RdsCloneDbInstanceServerlessConfigArgs(val autoPause: Output<Boolean>? = null, val maxCapacity: Output<Double>, val minCapacity: Output<Double>, val switchForce: Output<Boolean>? = null) : ConvertibleToJava<RdsCloneDbInstanceServerlessConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val autoPause: Output<Boolean>? = null

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

Link copied to clipboard
val maxCapacity: Output<Double>

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
val minCapacity: Output<Double>

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: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RdsCloneDbInstanceServerlessConfigArgs