Values.EC2CreateRouteActionSourceInformation about the CreateRoute action in Amazon EC2.
type nonrec t = {description : LengthBoundedString.t option;A description of CreateRoute action in Amazon EC2.
*)destinationCidrBlock : CIDR.t option;Information about the IPv4 CIDR address block used for the destination match.
*)destinationPrefixListId : ResourceId.t option;Information about the ID of a prefix list used for the destination match.
*)destinationIpv6CidrBlock : CIDR.t option;Information about the IPv6 CIDR block destination.
*)vpcEndpointId : ActionTarget.t option;Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
*)gatewayId : ActionTarget.t option;Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
*)routeTableId : ActionTarget.t option;Information about the ID of the route table for the route.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LengthBoundedString.t
| `Structure of (string * [> `String of ResourceId.t ]) list ])
list ]