Values.ExpectedRouteSourceInformation about the expected route in the route table.
type nonrec t = {ipV4Cidr : CIDR.t option;Information about the IPv4 CIDR block.
*)prefixListId : CIDR.t option;Information about the ID of the prefix list for the route.
*)ipV6Cidr : CIDR.t option;Information about the IPv6 CIDR block.
*)contributingSubnets : ResourceIdList.t option;Information about the contributing subnets.
*)allowedTargets : LengthBoundedStringList.t option;Information about the allowed targets.
*)routeTableId : ResourceId.t option;Information about the route table ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ResourceId.t ] list | `String of CIDR.t ])
list ]