Connector Provisioned Capacity Args
data class ConnectorProvisionedCapacityArgs(val mcuCount: Output<Int>? = null, val workerCount: Output<Int>) : ConvertibleToJava<ConnectorProvisionedCapacityArgs>
Details about a fixed capacity allocated to a connector.