Module Values.NetworkFirewallInternetTrafficNotInspectedViolationSource

Violation detail for the subnet for which internet traffic that hasn't been inspected.

Sourcetype nonrec t = {
  1. subnetId : ResourceId.t option;
    (*

    The subnet ID.

    *)
  2. subnetAvailabilityZone : LengthBoundedString.t option;
    (*

    The subnet Availability Zone.

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

    Information about the route table ID.

    *)
  4. violatingRoutes : Routes.t option;
    (*

    The route or routes that are in violation.

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

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

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

    Information about the subnet route table for the current firewall.

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

    The expected endpoint for the current firewall.

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

    The firewall subnet ID.

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

    The firewall subnet routes that are expected.

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

    The actual firewall subnet routes.

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

    The internet gateway ID.

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

    The current route table for the internet gateway.

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

    The internet gateway routes that are expected.

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

    The actual internet gateway routes.

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

    Information about the VPC ID.

    *)
}
Sourceval make : ?subnetId:??? -> ?subnetAvailabilityZone:??? -> ?routeTableId:??? -> ?violatingRoutes:??? -> ?isRouteTableUsedInDifferentAZ:??? -> ?currentFirewallSubnetRouteTable:??? -> ?expectedFirewallEndpoint:??? -> ?firewallSubnetId:??? -> ?expectedFirewallSubnetRoutes:??? -> ?actualFirewallSubnetRoutes:??? -> ?internetGatewayId:??? -> ?currentInternetGatewayRouteTable:??? -> ?expectedInternetGatewayRoutes:??? -> ?actualInternetGatewayRoutes:??? -> ?vpcId:??? -> unit -> t
Sourceval 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 ]
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