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

Description

 
Synopsis

Documentation

data TransitGatewayPeeringAttachment Source #

Describes the transit gateway peering attachment.

See: newTransitGatewayPeeringAttachment smart constructor.

Constructors

TransitGatewayPeeringAttachment' 

Fields

Instances

Instances details
FromXML TransitGatewayPeeringAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachment

Generic TransitGatewayPeeringAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachment

Associated Types

type Rep TransitGatewayPeeringAttachment :: Type -> Type #

Read TransitGatewayPeeringAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachment

Show TransitGatewayPeeringAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachment

NFData TransitGatewayPeeringAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachment

Eq TransitGatewayPeeringAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachment

Hashable TransitGatewayPeeringAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachment

type Rep TransitGatewayPeeringAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPeeringAttachment

newTransitGatewayPeeringAttachment :: TransitGatewayPeeringAttachment Source #

Create a value of TransitGatewayPeeringAttachment 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:accepterTgwInfo:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_accepterTgwInfo - Information about the accepter transit gateway.

$sel:accepterTransitGatewayAttachmentId:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_accepterTransitGatewayAttachmentId - The ID of the accepter transit gateway attachment.

$sel:creationTime:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_creationTime - The time the transit gateway peering attachment was created.

$sel:options:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_options - Details about the transit gateway peering attachment.

$sel:requesterTgwInfo:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_requesterTgwInfo - Information about the requester transit gateway.

$sel:state:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_state - The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.

$sel:status:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_status - The status of the transit gateway peering attachment.

$sel:tags:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_tags - The tags for the transit gateway peering attachment.

$sel:transitGatewayAttachmentId:TransitGatewayPeeringAttachment', transitGatewayPeeringAttachment_transitGatewayAttachmentId - The ID of the transit gateway peering attachment.

transitGatewayPeeringAttachment_creationTime :: Lens' TransitGatewayPeeringAttachment (Maybe UTCTime) Source #

The time the transit gateway peering attachment was created.

transitGatewayPeeringAttachment_state :: Lens' TransitGatewayPeeringAttachment (Maybe TransitGatewayAttachmentState) Source #

The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.

transitGatewayPeeringAttachment_tags :: Lens' TransitGatewayPeeringAttachment (Maybe [Tag]) Source #

The tags for the transit gateway peering attachment.