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

Description

 
Synopsis

Documentation

data TransitGatewayRouteTableAssociation Source #

Describes an association between a route table and a resource attachment.

See: newTransitGatewayRouteTableAssociation smart constructor.

Constructors

TransitGatewayRouteTableAssociation' 

Fields

Instances

Instances details
FromXML TransitGatewayRouteTableAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteTableAssociation

Generic TransitGatewayRouteTableAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteTableAssociation

Read TransitGatewayRouteTableAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteTableAssociation

Show TransitGatewayRouteTableAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteTableAssociation

NFData TransitGatewayRouteTableAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteTableAssociation

Eq TransitGatewayRouteTableAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteTableAssociation

Hashable TransitGatewayRouteTableAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteTableAssociation

type Rep TransitGatewayRouteTableAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteTableAssociation

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

newTransitGatewayRouteTableAssociation :: TransitGatewayRouteTableAssociation Source #

Create a value of TransitGatewayRouteTableAssociation 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:resourceId:TransitGatewayRouteTableAssociation', transitGatewayRouteTableAssociation_resourceId - The ID of the resource.

$sel:resourceType:TransitGatewayRouteTableAssociation', transitGatewayRouteTableAssociation_resourceType - The resource type. Note that the tgw-peering resource type has been deprecated.

$sel:state:TransitGatewayRouteTableAssociation', transitGatewayRouteTableAssociation_state - The state of the association.

$sel:transitGatewayAttachmentId:TransitGatewayRouteTableAssociation', transitGatewayRouteTableAssociation_transitGatewayAttachmentId - The ID of the attachment.