Class: Aws::KafkaConnect::Types::AutoScalingDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::AutoScalingDescription
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
Information about the auto scaling parameters for the connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_autoscaling_task_count ⇒ Integer
The maximum number of tasks allocated to the connector during autoscaling operations.
-
#max_worker_count ⇒ Integer
The maximum number of workers allocated to the connector.
-
#mcu_count ⇒ Integer
The number of microcontroller units (MCUs) allocated to each connector worker.
-
#min_worker_count ⇒ Integer
The minimum number of workers allocated to the connector.
-
#scale_in_policy ⇒ Types::ScaleInPolicyDescription
The scale-in policy for the connector.
-
#scale_out_policy ⇒ Types::ScaleOutPolicyDescription
The scale-out policy for the connector.
Instance Attribute Details
#max_autoscaling_task_count ⇒ Integer
The maximum number of tasks allocated to the connector during autoscaling operations. Must be at least equal to maxWorkerCount.
126 127 128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 126 class AutoScalingDescription < Struct.new( :max_worker_count, :mcu_count, :min_worker_count, :scale_in_policy, :scale_out_policy, :max_autoscaling_task_count) SENSITIVE = [] include Aws::Structure end |
#max_worker_count ⇒ Integer
The maximum number of workers allocated to the connector.
126 127 128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 126 class AutoScalingDescription < Struct.new( :max_worker_count, :mcu_count, :min_worker_count, :scale_in_policy, :scale_out_policy, :max_autoscaling_task_count) SENSITIVE = [] include Aws::Structure end |
#mcu_count ⇒ Integer
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
126 127 128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 126 class AutoScalingDescription < Struct.new( :max_worker_count, :mcu_count, :min_worker_count, :scale_in_policy, :scale_out_policy, :max_autoscaling_task_count) SENSITIVE = [] include Aws::Structure end |
#min_worker_count ⇒ Integer
The minimum number of workers allocated to the connector.
126 127 128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 126 class AutoScalingDescription < Struct.new( :max_worker_count, :mcu_count, :min_worker_count, :scale_in_policy, :scale_out_policy, :max_autoscaling_task_count) SENSITIVE = [] include Aws::Structure end |
#scale_in_policy ⇒ Types::ScaleInPolicyDescription
The scale-in policy for the connector.
126 127 128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 126 class AutoScalingDescription < Struct.new( :max_worker_count, :mcu_count, :min_worker_count, :scale_in_policy, :scale_out_policy, :max_autoscaling_task_count) SENSITIVE = [] include Aws::Structure end |
#scale_out_policy ⇒ Types::ScaleOutPolicyDescription
The scale-out policy for the connector.
126 127 128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 126 class AutoScalingDescription < Struct.new( :max_worker_count, :mcu_count, :min_worker_count, :scale_in_policy, :scale_out_policy, :max_autoscaling_task_count) SENSITIVE = [] include Aws::Structure end |