ConnectorAutoScalingArgs

data class ConnectorAutoScalingArgs(val maxWorkerCount: Output<Int>, val mcuCount: Output<Int>, val minWorkerCount: Output<Int>, val scaleInPolicy: Output<ConnectorScaleInPolicyArgs>, val scaleOutPolicy: Output<ConnectorScaleOutPolicyArgs>) : ConvertibleToJava<ConnectorAutoScalingArgs>

Details about auto scaling of a connector.

Constructors

Link copied to clipboard
fun ConnectorAutoScalingArgs(maxWorkerCount: Output<Int>, mcuCount: Output<Int>, minWorkerCount: Output<Int>, scaleInPolicy: Output<ConnectorScaleInPolicyArgs>, scaleOutPolicy: Output<ConnectorScaleOutPolicyArgs>)

Functions

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

Properties

Link copied to clipboard
val maxWorkerCount: Output<Int>

The maximum number of workers for a connector.

Link copied to clipboard
val mcuCount: Output<Int>

Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.

Link copied to clipboard
val minWorkerCount: Output<Int>

The minimum number of workers for a connector.

Link copied to clipboard
Link copied to clipboard