Values.AwsEc2RouteTableDetailsSourceProvides details about a route table for the specified VPC.
type nonrec t = {associationSet : AssociationSetList.t option;The associations between a route table and one or more subnets or a gateway.
*)ownerId : NonEmptyString.t option;The ID of the Amazon Web Services account that owns the route table.
*)propagatingVgwSet : PropagatingVgwSetList.t option;Describes a virtual private gateway propagating route.
*)routeTableId : NonEmptyString.t option;The ID of the route table.
*)routeSet : RouteSetList.t option;The routes in the route table.
*)vpcId : NonEmptyString.t option;The ID of the virtual private cloud (VPC).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]