Values_2.TransitGatewayConnectSourceDescribes a transit gateway Connect attachment.
type nonrec t = {transitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t option;The ID of the Connect attachment.
*)transportTransitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t
option;The ID of the attachment from which the Connect attachment was created.
*)transitGatewayId : Values_1.TransitGatewayId.t option;The ID of the transit gateway.
*)state : Values_1.TransitGatewayAttachmentState.t option;The state of the attachment.
*)creationTime : Values_0.DateTime.t option;The creation time.
*)options : Values_1.TransitGatewayConnectOptions.t option;The Connect attachment options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.TransitGatewayAttachmentId.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]