Class: Aws::KafkaConnect::Types::ScaleInPolicyDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ScaleInPolicyDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of the scale-in policy for the connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpu_utilization_percentage ⇒ Integer
Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.
Instance Attribute Details
#cpu_utilization_percentage ⇒ Integer
Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.
1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1668 class ScaleInPolicyDescription < Struct.new( :cpu_utilization_percentage) SENSITIVE = [] include Aws::Structure end |