class Aws::KafkaConnect::Types::ProvisionedCapacity

Details about a connector’s provisioned capacity.

@note When making an API call, you may pass ProvisionedCapacity

data as a hash:

    {
      mcu_count: 1, # required
      worker_count: 1, # required
    }

@!attribute [rw] mcu_count

The number of microcontroller units (MCUs) allocated to each
connector worker. The valid values are 1,2,4,8.
@return [Integer]

@!attribute [rw] worker_count

The number of workers that are allocated to the connector.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/ProvisionedCapacity AWS API Documentation

Constants

SENSITIVE