libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Read ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Show 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 #

NFData ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

Hashable ScaleInPolicyDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicyDescription

FromJSON 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" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" '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.