Values_2.TransitGatewayRouteTableSourceDescribes a transit gateway route table.
type nonrec t = {transitGatewayRouteTableId : Values_0.String_.t option;The ID of the transit gateway route table.
*)transitGatewayId : Values_0.String_.t option;The ID of the transit gateway.
*)state : Values_1.TransitGatewayRouteTableState.t option;The state of the transit gateway route table.
*)defaultAssociationRouteTable : Values_0.Boolean.t option;Indicates whether this is the default association route table for the transit gateway.
*)defaultPropagationRouteTable : Values_0.Boolean.t option;Indicates whether this is the default propagation route table for the transit gateway.
*)creationTime : Values_0.DateTime.t option;The creation time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Timestamp of Values_0.DateTime.t ])
list ]