amazonka-kafkaconnect-2.0: Amazon Managed Streaming for Kafka Connect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Description

 
Synopsis

Documentation

data ScaleInPolicyDescription Source #

The description of the scale-in policy for the connector.

See: newScaleInPolicyDescription smart constructor.

Constructors

ScaleInPolicyDescription' 

Fields

Instances

Instances details
FromJSON ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Generic ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Associated Types

type Rep ScaleInPolicyDescription :: Type -> Type #

Read ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Show ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

NFData ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Eq ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Hashable ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

type Rep ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

type Rep ScaleInPolicyDescription = D1 ('MetaData "ScaleInPolicyDescription" "Amazonka.KafkaConnect.Types.ScaleInPolicyDescription" "amazonka-kafkaconnect-2.0-4ed6DFGevt995RzDsMjJqs" 'False) (C1 ('MetaCons "ScaleInPolicyDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cpuUtilizationPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newScaleInPolicyDescription :: ScaleInPolicyDescription Source #

Create a value of ScaleInPolicyDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cpuUtilizationPercentage:ScaleInPolicyDescription', scaleInPolicyDescription_cpuUtilizationPercentage - Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.

scaleInPolicyDescription_cpuUtilizationPercentage :: Lens' ScaleInPolicyDescription (Maybe Int) Source #

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