Class: Aws::KafkaConnect::Types::ScaleOutPolicyDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ScaleOutPolicyDescription
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of 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.
1713 1714 1715 1716 1717 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1713 class ScaleOutPolicyDescription < Struct.new( :cpu_utilization_percentage) SENSITIVE = [] include Aws::Structure end |