Values_2.TransitGatewayPeeringAttachmentSourceDescribes the transit gateway peering attachment.
type nonrec t = {transitGatewayAttachmentId : Values_0.String_.t option;The ID of the transit gateway peering attachment.
*)accepterTransitGatewayAttachmentId : Values_0.String_.t option;The ID of the accepter transit gateway attachment.
*)requesterTgwInfo : Values_1.PeeringTgwInfo.t option;Information about the requester transit gateway.
*)accepterTgwInfo : Values_1.PeeringTgwInfo.t option;Information about the accepter transit gateway.
*)options : Values_1.TransitGatewayPeeringAttachmentOptions.t option;Details about the transit gateway peering attachment.
*)status : Values_1.PeeringAttachmentStatus.t option;The status of the transit gateway peering attachment.
*)state : Values_1.TransitGatewayAttachmentState.t option;The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.
*)creationTime : Values_0.DateTime.t option;The time the transit gateway peering attachment was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]