| 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.Vpc
Description
Documentation
Information about the VPC in which the connector resides.
See: newVpc smart constructor.
Constructors
| Vpc' | |
Fields
| |
Instances
| ToJSON Vpc Source # | |
Defined in Amazonka.KafkaConnect.Types.Vpc | |
| Generic Vpc Source # | |
| Read Vpc Source # | |
| Show Vpc Source # | |
| NFData Vpc Source # | |
Defined in Amazonka.KafkaConnect.Types.Vpc | |
| Eq Vpc Source # | |
| Hashable Vpc Source # | |
Defined in Amazonka.KafkaConnect.Types.Vpc | |
| type Rep Vpc Source # | |
Defined in Amazonka.KafkaConnect.Types.Vpc type Rep Vpc = D1 ('MetaData "Vpc" "Amazonka.KafkaConnect.Types.Vpc" "amazonka-kafkaconnect-2.0-4ed6DFGevt995RzDsMjJqs" 'False) (C1 ('MetaCons "Vpc'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))) | |
Create a value of Vpc 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:securityGroups:Vpc', vpc_securityGroups - The security groups for the connector.
$sel:subnets:Vpc', vpc_subnets - The subnets for the connector.