Values_2.TransitGatewayAttachmentSourceDescribes an attachment between a resource and a transit gateway.
type nonrec t = {transitGatewayAttachmentId : Values_0.String_.t option;The ID of the attachment.
*)transitGatewayId : Values_0.String_.t option;The ID of the transit gateway.
*)transitGatewayOwnerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the transit gateway.
*)resourceOwnerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the resource.
*)resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;The resource type. Note that the tgw-peering resource type has been deprecated.
*)resourceId : Values_0.String_.t option;The ID of the resource.
*)state : Values_1.TransitGatewayAttachmentState.t option;The attachment state. Note that the initiating state has been deprecated.
*)association : Values_1.TransitGatewayAttachmentAssociation.t option;The association.
*)creationTime : Values_0.DateTime.t option;The creation time.
*)}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 ]