Module Values.NetworkFirewallInvalidRouteConfigurationViolationSource

Violation detail for the improperly configured subnet route. It's possible there is a missing route table route, or a configuration that causes traffic to cross an Availability Zone boundary.

Sourcetype nonrec t = {
  1. affectedSubnets : ResourceIdList.t option;
    (*

    The subnets that are affected.

    *)
  2. routeTableId : ResourceId.t option;
    (*

    The route table ID.

    *)
  3. isRouteTableUsedInDifferentAZ : Boolean.t option;
    (*

    Information about whether the route table is used in another Availability Zone.

    *)
  4. violatingRoute : Route.t option;
    (*

    The route that's in violation.

    *)
  5. currentFirewallSubnetRouteTable : ResourceId.t option;
    (*

    The subnet route table for the current firewall.

    *)
  6. expectedFirewallEndpoint : ResourceId.t option;
    (*

    The firewall endpoint that's expected.

    *)
  7. actualFirewallEndpoint : ResourceId.t option;
    (*

    The actual firewall endpoint.

    *)
  8. expectedFirewallSubnetId : ResourceId.t option;
    (*

    The expected subnet ID for the firewall.

    *)
  9. actualFirewallSubnetId : ResourceId.t option;
    (*

    The actual subnet ID for the firewall.

    *)
  10. expectedFirewallSubnetRoutes : ExpectedRoutes.t option;
    (*

    The firewall subnet routes that are expected.

    *)
  11. actualFirewallSubnetRoutes : Routes.t option;
    (*

    The actual firewall subnet routes that are expected.

    *)
  12. internetGatewayId : ResourceId.t option;
    (*

    The internet gateway ID.

    *)
  13. currentInternetGatewayRouteTable : ResourceId.t option;
    (*

    The route table for the current internet gateway.

    *)
  14. expectedInternetGatewayRoutes : ExpectedRoutes.t option;
    (*

    The expected routes for the internet gateway.

    *)
  15. actualInternetGatewayRoutes : Routes.t option;
    (*

    The actual internet gateway routes.

    *)
  16. vpcId : ResourceId.t option;
    (*

    Information about the VPC ID.

    *)
}
Sourceval make : ?affectedSubnets:??? -> ?routeTableId:??? -> ?isRouteTableUsedInDifferentAZ:??? -> ?violatingRoute:??? -> ?currentFirewallSubnetRouteTable:??? -> ?expectedFirewallEndpoint:??? -> ?actualFirewallEndpoint:??? -> ?expectedFirewallSubnetId:??? -> ?actualFirewallSubnetId:??? -> ?expectedFirewallSubnetRoutes:??? -> ?actualFirewallSubnetRoutes:??? -> ?internetGatewayId:??? -> ?currentInternetGatewayRouteTable:??? -> ?expectedInternetGatewayRoutes:??? -> ?actualInternetGatewayRoutes:??? -> ?vpcId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of ResourceId.t | `Structure of (string * [> `Enum of string | `List of [> `String of ResourceId.t ] list | `String of CIDR.t ]) list ] list | `String of ResourceId.t | `Structure of (string * [> `Enum of string | `String of LengthBoundedString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t