Values_2.TransitGatewayRouteTableAssociationSourceDescribes an association between a route table and a resource attachment.
type nonrec t = {transitGatewayAttachmentId : Values_0.String_.t option;The ID of the attachment.
*)resourceId : Values_0.String_.t option;The ID of the resource.
*)resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;The resource type. Note that the tgw-peering resource type has been deprecated.
*)state : Values_0.TransitGatewayAssociationState.t option;The state of the association.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]