Values.EC2CreateRouteTableActionSourceInformation about the CreateRouteTable action in Amazon EC2.
type nonrec t = {description : LengthBoundedString.t option;A description of the CreateRouteTable action.
*)vpcId : ActionTarget.t option;Information about the ID of a VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LengthBoundedString.t
| `Structure of (string * [> `String of ResourceId.t ]) list ])
list ]