amazonka-networkmanager-2.0: Amazon Network Manager 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.NetworkManager.Types.TransitGatewayRouteTableAttachment

Description

 
Synopsis

Documentation

data TransitGatewayRouteTableAttachment Source #

Describes a transit gateway route table attachment.

See: newTransitGatewayRouteTableAttachment smart constructor.

Constructors

TransitGatewayRouteTableAttachment' 

Fields

Instances

Instances details
FromJSON TransitGatewayRouteTableAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment

Generic TransitGatewayRouteTableAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment

Associated Types

type Rep TransitGatewayRouteTableAttachment :: Type -> Type #

Read TransitGatewayRouteTableAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment

Show TransitGatewayRouteTableAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment

NFData TransitGatewayRouteTableAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment

Eq TransitGatewayRouteTableAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment

Hashable TransitGatewayRouteTableAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment

type Rep TransitGatewayRouteTableAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment

type Rep TransitGatewayRouteTableAttachment = D1 ('MetaData "TransitGatewayRouteTableAttachment" "Amazonka.NetworkManager.Types.TransitGatewayRouteTableAttachment" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "TransitGatewayRouteTableAttachment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attachment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Attachment)) :*: (S1 ('MetaSel ('Just "peeringId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayRouteTableArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTransitGatewayRouteTableAttachment :: TransitGatewayRouteTableAttachment Source #

Create a value of TransitGatewayRouteTableAttachment 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:attachment:TransitGatewayRouteTableAttachment', transitGatewayRouteTableAttachment_attachment - Undocumented member.

$sel:peeringId:TransitGatewayRouteTableAttachment', transitGatewayRouteTableAttachment_peeringId - The ID of the peering attachment.

$sel:transitGatewayRouteTableArn:TransitGatewayRouteTableAttachment', transitGatewayRouteTableAttachment_transitGatewayRouteTableArn - The ARN of the transit gateway attachment route table.