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.ScaleInPolicy

Description

 
Synopsis

Documentation

data ScaleInPolicy Source #

The scale-in policy for the connector.

See: newScaleInPolicy smart constructor.

Constructors

ScaleInPolicy' 

Fields

Instances

Instances details
Eq ScaleInPolicy Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicy

Read ScaleInPolicy Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicy

Show ScaleInPolicy Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicy

Generic ScaleInPolicy Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicy

Associated Types

type Rep ScaleInPolicy :: Type -> Type #

NFData ScaleInPolicy Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicy

Methods

rnf :: ScaleInPolicy -> () #

Hashable ScaleInPolicy Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicy

ToJSON ScaleInPolicy Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicy

type Rep ScaleInPolicy Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.ScaleInPolicy

type Rep ScaleInPolicy = D1 ('MetaData "ScaleInPolicy" "Amazonka.KafkaConnect.Types.ScaleInPolicy" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "ScaleInPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cpuUtilizationPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newScaleInPolicy Source #

Create a value of ScaleInPolicy 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:ScaleInPolicy', scaleInPolicy_cpuUtilizationPercentage - Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.

scaleInPolicy_cpuUtilizationPercentage :: Lens' ScaleInPolicy Natural Source #

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