Values.NetworkFirewallMissingExpectedRoutesViolationSourceViolation detail for an expected route missing in Network Firewall.
type nonrec t = {violationTarget : ViolationTarget.t option;The target of the violation.
*)expectedRoutes : ExpectedRoutes.t option;The expected routes.
*)vpcId : ResourceId.t option;Information about the VPC ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of ResourceId.t ] list
| `String of CIDR.t ])
list ]
list
| `String of ViolationTarget.t ])
list ]