ConnectorProvisionedCapacity

data class ConnectorProvisionedCapacity(val mcuCount: Int? = null, val workerCount: Int)

Details about a fixed capacity allocated to a connector.

Constructors

Link copied to clipboard
constructor(mcuCount: Int? = null, workerCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mcuCount: Int? = null

Specifies how many MSK Connect Units (MCU) are allocated to the connector.

Link copied to clipboard

Number of workers for a connector.