Values_2.RouteTableSourceDescribes a route table.
type nonrec t = {associations : Values_1.RouteTableAssociationList.t option;The associations between the route table and your subnets or gateways.
*)propagatingVgws : Values_1.PropagatingVgwList.t option;Any virtual private gateway (VGW) propagating routes.
*)routeTableId : Values_0.String_.t option;The ID of the route table.
*)routes : Values_1.RouteList.t option;The routes in the route table.
*)vpcId : Values_0.String_.t option;The ID of the VPC.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the route table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ]
list
| `String of Values_0.String_.t ])
list ]