Values.NetworkFirewallInternetTrafficNotInspectedViolationSourceViolation detail for the subnet for which internet traffic that hasn't been inspected.
type nonrec t = {subnetId : ResourceId.t option;The subnet ID.
*)subnetAvailabilityZone : LengthBoundedString.t option;The subnet Availability Zone.
*)routeTableId : ResourceId.t option;Information about the route table ID.
*)violatingRoutes : Routes.t option;The route or routes that are in violation.
*)isRouteTableUsedInDifferentAZ : Boolean.t option;Information about whether the route table is used in another Availability Zone.
*)currentFirewallSubnetRouteTable : ResourceId.t option;Information about the subnet route table for the current firewall.
*)expectedFirewallEndpoint : ResourceId.t option;The expected endpoint for the current firewall.
*)firewallSubnetId : ResourceId.t option;The firewall subnet ID.
*)expectedFirewallSubnetRoutes : ExpectedRoutes.t option;The firewall subnet routes that are expected.
*)actualFirewallSubnetRoutes : Routes.t option;The actual firewall subnet routes.
*)internetGatewayId : ResourceId.t option;The internet gateway ID.
*)currentInternetGatewayRouteTable : ResourceId.t option;The current route table for the internet gateway.
*)expectedInternetGatewayRoutes : ExpectedRoutes.t option;The internet gateway routes that are expected.
*)actualInternetGatewayRoutes : Routes.t option;The actual internet gateway routes.
*)vpcId : ResourceId.t option;Information about the VPC ID.
*)}val make :
?subnetId:??? ->
?subnetAvailabilityZone:??? ->
?routeTableId:??? ->
?violatingRoutes:??? ->
?isRouteTableUsedInDifferentAZ:??? ->
?currentFirewallSubnetRouteTable:??? ->
?expectedFirewallEndpoint:??? ->
?firewallSubnetId:??? ->
?expectedFirewallSubnetRoutes:??? ->
?actualFirewallSubnetRoutes:??? ->
?internetGatewayId:??? ->
?currentInternetGatewayRouteTable:??? ->
?expectedInternetGatewayRoutes:??? ->
?actualInternetGatewayRoutes:??? ->
?vpcId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceId.t ] list
| `String of LengthBoundedString.t ])
list ]
list
| `String of ResourceId.t ])
list ]