Module Values.NetworkFirewallBlackHoleRouteDetectedViolationSource

Violation detail for an internet gateway route with an inactive state in the customer subnet route table or Network Firewall subnet route table.

Sourcetype nonrec t = {
  1. violationTarget : ViolationTarget.t option;
    (*

    The subnet that has an inactive state.

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

    Information about the route table ID.

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

    Information about the VPC ID.

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

    Information about the route or routes that are in violation.

    *)
}
Sourceval make : ?violationTarget:??? -> ?routeTableId:??? -> ?vpcId:??? -> ?violatingRoutes:??? -> 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 ViolationTarget.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