Class: Aws::KafkaConnect::Types::ScaleInPolicyUpdate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cpu_utilization_percentageInteger

The target CPU utilization percentage threshold at which you want connector scale in to be triggered.

Returns:

  • (Integer)


1683
1684
1685
1686
1687
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1683

class ScaleInPolicyUpdate < Struct.new(
  :cpu_utilization_percentage)
  SENSITIVE = []
  include Aws::Structure
end