amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.PeeringTgwInfo

Description

 
Synopsis

Documentation

data PeeringTgwInfo Source #

Information about the transit gateway in the peering attachment.

See: newPeeringTgwInfo smart constructor.

Constructors

PeeringTgwInfo' 

Fields

Instances

Instances details
FromXML PeeringTgwInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringTgwInfo

Generic PeeringTgwInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringTgwInfo

Associated Types

type Rep PeeringTgwInfo :: Type -> Type #

Read PeeringTgwInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringTgwInfo

Show PeeringTgwInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringTgwInfo

NFData PeeringTgwInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringTgwInfo

Methods

rnf :: PeeringTgwInfo -> () #

Eq PeeringTgwInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringTgwInfo

Hashable PeeringTgwInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringTgwInfo

type Rep PeeringTgwInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringTgwInfo

type Rep PeeringTgwInfo = D1 ('MetaData "PeeringTgwInfo" "Amazonka.EC2.Types.PeeringTgwInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "PeeringTgwInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "coreNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPeeringTgwInfo :: PeeringTgwInfo Source #

Create a value of PeeringTgwInfo 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:coreNetworkId:PeeringTgwInfo', peeringTgwInfo_coreNetworkId - The ID of the core network where the transit gateway peer is located.

$sel:ownerId:PeeringTgwInfo', peeringTgwInfo_ownerId - The ID of the Amazon Web Services account that owns the transit gateway.

$sel:region:PeeringTgwInfo', peeringTgwInfo_region - The Region of the transit gateway.

$sel:transitGatewayId:PeeringTgwInfo', peeringTgwInfo_transitGatewayId - The ID of the transit gateway.

peeringTgwInfo_coreNetworkId :: Lens' PeeringTgwInfo (Maybe Text) Source #

The ID of the core network where the transit gateway peer is located.

peeringTgwInfo_ownerId :: Lens' PeeringTgwInfo (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the transit gateway.

peeringTgwInfo_region :: Lens' PeeringTgwInfo (Maybe Text) Source #

The Region of the transit gateway.