amazonka-kafkaconnect-2.0: Amazon Managed Streaming for Kafka Connect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

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 #

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 #

NFData Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Methods

rnf :: Vpc -> () #

Eq Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Methods

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

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

Hashable Vpc Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.Vpc

Methods

hashWithSalt :: Int -> Vpc -> Int #

hash :: Vpc -> Int #

type Rep Vpc Source # 
Instance details

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

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.