Values_1.TransitGatewayAttachmentAssociationSourceDescribes an association.
type nonrec t = {transitGatewayRouteTableId : Values_0.String_.t option;The ID of the route table for the transit gateway.
*)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 ]