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

Description

 
Synopsis

Documentation

data TransitGatewayAttachmentPropagation Source #

Describes a propagation route table.

See: newTransitGatewayAttachmentPropagation smart constructor.

Constructors

TransitGatewayAttachmentPropagation' 

Fields

Instances

Instances details
FromXML TransitGatewayAttachmentPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentPropagation

Generic TransitGatewayAttachmentPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentPropagation

Read TransitGatewayAttachmentPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentPropagation

Show TransitGatewayAttachmentPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentPropagation

NFData TransitGatewayAttachmentPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentPropagation

Eq TransitGatewayAttachmentPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentPropagation

Hashable TransitGatewayAttachmentPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentPropagation

type Rep TransitGatewayAttachmentPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentPropagation

type Rep TransitGatewayAttachmentPropagation = D1 ('MetaData "TransitGatewayAttachmentPropagation" "Amazonka.EC2.Types.TransitGatewayAttachmentPropagation" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayAttachmentPropagation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayPropagationState)) :*: S1 ('MetaSel ('Just "transitGatewayRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTransitGatewayAttachmentPropagation :: TransitGatewayAttachmentPropagation Source #

Create a value of TransitGatewayAttachmentPropagation 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:state:TransitGatewayAttachmentPropagation', transitGatewayAttachmentPropagation_state - The state of the propagation route table.

$sel:transitGatewayRouteTableId:TransitGatewayAttachmentPropagation', transitGatewayAttachmentPropagation_transitGatewayRouteTableId - The ID of the propagation route table.