Values.EC2DeleteRouteActionSourceInformation about the DeleteRoute action in Amazon EC2.
type nonrec t = {description : LengthBoundedString.t option;A description of the DeleteRoute action.
*)destinationCidrBlock : CIDR.t option;Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
*)destinationPrefixListId : ResourceId.t option;Information about the ID of the prefix list for the route.
*)destinationIpv6CidrBlock : CIDR.t option;Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
*)routeTableId : ActionTarget.t option;Information about the ID of the route table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LengthBoundedString.t
| `Structure of (string * [> `String of ResourceId.t ]) list ])
list ]