class Aws::KafkaConnect::Types::AutoScaling
Specifies how the connector scales.
@note When making an API call, you may pass AutoScaling
data as a hash: { max_worker_count: 1, # required mcu_count: 1, # required min_worker_count: 1, # required scale_in_policy: { cpu_utilization_percentage: 1, # required }, scale_out_policy: { cpu_utilization_percentage: 1, # required }, }
@!attribute [rw] max_worker_count
The maximum number of workers allocated to the connector. @return [Integer]
@!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] min_worker_count
The minimum number of workers allocated to the connector. @return [Integer]
@!attribute [rw] scale_in_policy
The sacle-in policy for the connector. @return [Types::ScaleInPolicy]
@!attribute [rw] scale_out_policy
The sacle-out policy for the connector. @return [Types::ScaleOutPolicy]
@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/AutoScaling AWS API Documentation
Constants
- SENSITIVE