Values_7.CreateRouteTableResultSourceCreates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet. For more information, see Route tables in the Amazon VPC User Guide.
type nonrec t = {routeTable : Values_2.RouteTable.t option;Information about the route table.
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.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 ])
list ]