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

Description

 
Synopsis

Documentation

data TransitGatewayRouteAttachment Source #

Describes a route attachment.

See: newTransitGatewayRouteAttachment smart constructor.

Constructors

TransitGatewayRouteAttachment' 

Fields

Instances

Instances details
FromXML TransitGatewayRouteAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteAttachment

Generic TransitGatewayRouteAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteAttachment

Associated Types

type Rep TransitGatewayRouteAttachment :: Type -> Type #

Read TransitGatewayRouteAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteAttachment

Show TransitGatewayRouteAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteAttachment

NFData TransitGatewayRouteAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteAttachment

Eq TransitGatewayRouteAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteAttachment

Hashable TransitGatewayRouteAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteAttachment

type Rep TransitGatewayRouteAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayRouteAttachment

type Rep TransitGatewayRouteAttachment = D1 ('MetaData "TransitGatewayRouteAttachment" "Amazonka.EC2.Types.TransitGatewayRouteAttachment" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayRouteAttachment'" '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 "transitGatewayAttachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTransitGatewayRouteAttachment :: TransitGatewayRouteAttachment Source #

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

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

$sel:transitGatewayAttachmentId:TransitGatewayRouteAttachment', transitGatewayRouteAttachment_transitGatewayAttachmentId - The ID of the attachment.

transitGatewayRouteAttachment_resourceType :: Lens' TransitGatewayRouteAttachment (Maybe TransitGatewayAttachmentResourceType) Source #

The resource type. Note that the tgw-peering resource type has been deprecated.