Class: Aws::KafkaConnect::Types::ScaleOutPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ScaleOutPolicy
- Includes:
- Structure
- Defined in:
- 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.
1698 1699 1700 1701 1702 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1698 class ScaleOutPolicy < Struct.new( :cpu_utilization_percentage) SENSITIVE = [] include Aws::Structure end |