Class: Aws::KafkaConnect::Types::ScaleOutPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ScaleOutPolicy
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
The scale-out policy for the connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpu_utilization_percentage ⇒ Integer
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
Instance Attribute Details
#cpu_utilization_percentage ⇒ Integer
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
1874 1875 1876 1877 1878 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1874 class ScaleOutPolicy < Struct.new( :cpu_utilization_percentage) SENSITIVE = [] include Aws::Structure end |