Rds Clone Db Instance Serverless Config Args
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
fun RdsCloneDbInstanceServerlessConfigArgs(autoPause: Output<Boolean>? = null, maxCapacity: Output<Double>, minCapacity: Output<Double>, switchForce: Output<Boolean>? = null)