Values.NetworkFirewallUnexpectedFirewallRoutesViolationSourceViolation detail for an unexpected route that's present in a route table.
type nonrec t = {firewallSubnetId : ResourceId.t option;The subnet ID for the firewall.
*)violatingRoutes : Routes.t option;The routes that are in violation.
*)routeTableId : ResourceId.t option;The ID of the route table.
*)firewallEndpoint : ResourceId.t option;The endpoint of the firewall.
*)vpcId : ResourceId.t option;Information about the VPC ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of LengthBoundedString.t ])
list ]
list
| `String of ResourceId.t ])
list ]