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
constructor(maxWorkerCount: Output<Int>, mcuCount: Output<Int>, minWorkerCount: Output<Int>, scaleInPolicy: Output<ConnectorScaleInPolicyArgs>, scaleOutPolicy: Output<ConnectorScaleOutPolicyArgs>)

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

The sacle-in policy for the connector.

Link copied to clipboard

The sacle-out policy for the connector.

Functions

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