Module Values.NetworkFirewallUnexpectedFirewallRoutesViolationSource

Violation detail for an unexpected route that's present in a route table.

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

    The subnet ID for the firewall.

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

    The routes that are in violation.

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

    The ID of the route table.

    *)
  4. firewallEndpoint : ResourceId.t option;
    (*

    The endpoint of the firewall.

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

    Information about the VPC ID.

    *)
}
Sourceval make : ?firewallSubnetId:??? -> ?violatingRoutes:??? -> ?routeTableId:??? -> ?firewallEndpoint:??? -> ?vpcId:??? -> unit -> t
Sourceval 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 ]
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