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

Description

 
Synopsis

Documentation

data TransitGatewayAttachmentAssociation Source #

Describes an association.

See: newTransitGatewayAttachmentAssociation smart constructor.

Constructors

TransitGatewayAttachmentAssociation' 

Fields

Instances

Instances details
FromXML TransitGatewayAttachmentAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentAssociation

Generic TransitGatewayAttachmentAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentAssociation

Read TransitGatewayAttachmentAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentAssociation

Show TransitGatewayAttachmentAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentAssociation

NFData TransitGatewayAttachmentAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentAssociation

Eq TransitGatewayAttachmentAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentAssociation

Hashable TransitGatewayAttachmentAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentAssociation

type Rep TransitGatewayAttachmentAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentAssociation

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

newTransitGatewayAttachmentAssociation :: TransitGatewayAttachmentAssociation Source #

Create a value of TransitGatewayAttachmentAssociation 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:TransitGatewayAttachmentAssociation', transitGatewayAttachmentAssociation_state - The state of the association.

$sel:transitGatewayRouteTableId:TransitGatewayAttachmentAssociation', transitGatewayAttachmentAssociation_transitGatewayRouteTableId - The ID of the route table for the transit gateway.