Class: Aws::KafkaConnect::Types::ScaleInPolicyUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::KafkaConnect::Types::ScaleInPolicyUpdate
 
 
- Defined in:
 - gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
 
Overview
An update to the connector's scale-in 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 in to be triggered.
 
Instance Attribute Details
#cpu_utilization_percentage ⇒ Integer
The target CPU utilization percentage threshold at which you want connector scale in to be triggered.
      1859 1860 1861 1862 1863  | 
    
      # File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1859 class ScaleInPolicyUpdate < Struct.new( :cpu_utilization_percentage) SENSITIVE = [] include Aws::Structure end  |