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

Description

 
Synopsis

Documentation

data Vpc Source #

Information about the VPC in which the connector resides.

See: newVpc smart constructor.

Constructors

Vpc' 

Fields

Instances

Instances details
Eq Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Methods

(==) :: Vpc -> Vpc -> Bool #

(/=) :: Vpc -> Vpc -> Bool #

Read Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Show Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Methods

showsPrec :: Int -> Vpc -> ShowS #

show :: Vpc -> String #

showList :: [Vpc] -> ShowS #

Generic Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Associated Types

type Rep Vpc :: Type -> Type #

Methods

from :: Vpc -> Rep Vpc x #

to :: Rep Vpc x -> Vpc #

NFData Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Methods

rnf :: Vpc -> () #

Hashable Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Methods

hashWithSalt :: Int -> Vpc -> Int #

hash :: Vpc -> Int #

ToJSON Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

type Rep Vpc Source # 
Instance details

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])))

newVpc :: Vpc Source #

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.

vpc_securityGroups :: Lens' Vpc (Maybe [Text]) Source #

The security groups for the connector.

vpc_subnets :: Lens' Vpc [Text] Source #

The subnets for the connector.