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

Description

 
Synopsis

Documentation

data TransitGatewayPeeringAttachmentOptions Source #

Describes dynamic routing for the transit gateway peering attachment.

See: newTransitGatewayPeeringAttachmentOptions smart constructor.

Constructors

TransitGatewayPeeringAttachmentOptions' 

Fields

Instances

Instances details
FromXML TransitGatewayPeeringAttachmentOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions

Generic TransitGatewayPeeringAttachmentOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions

Read TransitGatewayPeeringAttachmentOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions

Show TransitGatewayPeeringAttachmentOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions

NFData TransitGatewayPeeringAttachmentOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions

Eq TransitGatewayPeeringAttachmentOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions

Hashable TransitGatewayPeeringAttachmentOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions

type Rep TransitGatewayPeeringAttachmentOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions

type Rep TransitGatewayPeeringAttachmentOptions = D1 ('MetaData "TransitGatewayPeeringAttachmentOptions" "Amazonka.EC2.Types.TransitGatewayPeeringAttachmentOptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayPeeringAttachmentOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dynamicRouting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicRoutingValue))))

newTransitGatewayPeeringAttachmentOptions :: TransitGatewayPeeringAttachmentOptions Source #

Create a value of TransitGatewayPeeringAttachmentOptions 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:dynamicRouting:TransitGatewayPeeringAttachmentOptions', transitGatewayPeeringAttachmentOptions_dynamicRouting - Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.

transitGatewayPeeringAttachmentOptions_dynamicRouting :: Lens' TransitGatewayPeeringAttachmentOptions (Maybe DynamicRoutingValue) Source #

Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.