| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KafkaConnect.Types.Capacity
Description
Documentation
Information about the capacity of the connector, whether it is auto scaled or provisioned.
See: newCapacity smart constructor.
Constructors
| Capacity' | |
Fields
| |
Instances
| ToJSON Capacity Source # | |
Defined in Amazonka.KafkaConnect.Types.Capacity | |
| Generic Capacity Source # | |
| Read Capacity Source # | |
| Show Capacity Source # | |
| NFData Capacity Source # | |
Defined in Amazonka.KafkaConnect.Types.Capacity | |
| Eq Capacity Source # | |
| Hashable Capacity Source # | |
Defined in Amazonka.KafkaConnect.Types.Capacity | |
| type Rep Capacity Source # | |
Defined in Amazonka.KafkaConnect.Types.Capacity type Rep Capacity = D1 ('MetaData "Capacity" "Amazonka.KafkaConnect.Types.Capacity" "amazonka-kafkaconnect-2.0-4ed6DFGevt995RzDsMjJqs" 'False) (C1 ('MetaCons "Capacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScaling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScaling)) :*: S1 ('MetaSel ('Just "provisionedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedCapacity)))) | |
newCapacity :: Capacity Source #
Create a value of Capacity 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:autoScaling:Capacity', capacity_autoScaling - Information about the auto scaling parameters for the connector.
$sel:provisionedCapacity:Capacity', capacity_provisionedCapacity - Details about a fixed capacity allocated to a connector.
capacity_autoScaling :: Lens' Capacity (Maybe AutoScaling) Source #
Information about the auto scaling parameters for the connector.
capacity_provisionedCapacity :: Lens' Capacity (Maybe ProvisionedCapacity) Source #
Details about a fixed capacity allocated to a connector.