Values.EC2ReplaceRouteActionSourceInformation about the ReplaceRoute action in Amazon EC2.
type nonrec t = {description : LengthBoundedString.t option;A description of the ReplaceRoute action in Amazon EC2.
*)destinationCidrBlock : CIDR.t option;Information about the IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
*)destinationPrefixListId : ResourceId.t option;Information about the ID of the prefix list for the route.
*)destinationIpv6CidrBlock : CIDR.t option;Information about the IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
*)gatewayId : ActionTarget.t option;Information about the ID of an internet gateway or virtual private gateway.
*)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 ]