class Aws::KafkaConnect::Types::ProvisionedCapacityUpdate

An update to a connector’s fixed capacity.

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

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/ProvisionedCapacityUpdate AWS API Documentation

Constants

SENSITIVE