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

Description

 
Synopsis

Documentation

data TransitGatewayPrefixListAttachment Source #

Describes a transit gateway prefix list attachment.

See: newTransitGatewayPrefixListAttachment smart constructor.

Constructors

TransitGatewayPrefixListAttachment' 

Fields

Instances

Instances details
FromXML TransitGatewayPrefixListAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListAttachment

Generic TransitGatewayPrefixListAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListAttachment

Associated Types

type Rep TransitGatewayPrefixListAttachment :: Type -> Type #

Read TransitGatewayPrefixListAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListAttachment

Show TransitGatewayPrefixListAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListAttachment

NFData TransitGatewayPrefixListAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListAttachment

Eq TransitGatewayPrefixListAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListAttachment

Hashable TransitGatewayPrefixListAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListAttachment

type Rep TransitGatewayPrefixListAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListAttachment

type Rep TransitGatewayPrefixListAttachment = D1 ('MetaData "TransitGatewayPrefixListAttachment" "Amazonka.EC2.Types.TransitGatewayPrefixListAttachment" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayPrefixListAttachment'" '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)))))

newTransitGatewayPrefixListAttachment :: TransitGatewayPrefixListAttachment Source #

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

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

$sel:transitGatewayAttachmentId:TransitGatewayPrefixListAttachment', transitGatewayPrefixListAttachment_transitGatewayAttachmentId - The ID of the attachment.

transitGatewayPrefixListAttachment_resourceType :: Lens' TransitGatewayPrefixListAttachment (Maybe TransitGatewayAttachmentResourceType) Source #

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