Class: Aws::KafkaConnect::Types::ScaleOutPolicyUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ScaleOutPolicyUpdate
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
An update to the connector's scale-out policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpu_utilization_percentage ⇒ Integer
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
Instance Attribute Details
#cpu_utilization_percentage ⇒ Integer
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
1728 1729 1730 1731 1732 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1728 class ScaleOutPolicyUpdate < Struct.new( :cpu_utilization_percentage) SENSITIVE = [] include Aws::Structure end |