RdsDbProxyReadOnlyInstanceWeightArgs

data class RdsDbProxyReadOnlyInstanceWeightArgs(val instanceId: Output<String>, val weight: Output<String>) : ConvertibleToJava<RdsDbProxyReadOnlyInstanceWeightArgs>

Constructors

Link copied to clipboard
constructor(instanceId: Output<String>, weight: Output<String>)

Properties

Link copied to clipboard
val instanceId: Output<String>

The Id of the instance and its read-only instances that can run database.

Link copied to clipboard
val weight: Output<String>

Weight of instances that can run the database and their read-only instances. Read weights increase in increments of 100, and the maximum read weight is 10000.

Functions

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