ConnectorCapacityProvisionedCapacityArgs

data class ConnectorCapacityProvisionedCapacityArgs(val mcuCount: Output<Int>? = null, val workerCount: Output<Int>) : ConvertibleToJava<ConnectorCapacityProvisionedCapacityArgs>

Constructors

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

Properties

Link copied to clipboard
val mcuCount: Output<Int>? = null

The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: 1, 2, 4, 8. The default value is 1.

Link copied to clipboard
val workerCount: Output<Int>

The number of workers that are allocated to the connector.

Functions

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