Class: Aws::KafkaConnect::Types::ScaleInPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

The scale-in policy for the connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_utilization_percentageInteger

Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.

Returns:

  • (Integer)


1653
1654
1655
1656
1657
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1653

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