Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Information about the VPC in which the connector resides.
See: newVpc
smart constructor.
Vpc' | |
|
Instances
Eq Vpc Source # | |
Read Vpc Source # | |
Show Vpc Source # | |
Generic Vpc Source # | |
NFData Vpc Source # | |
Defined in Amazonka.KafkaConnect.Types.Vpc | |
Hashable Vpc Source # | |
Defined in Amazonka.KafkaConnect.Types.Vpc | |
ToJSON 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" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" '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.