Module Values.NetworkFirewallUnexpectedGatewayRoutesViolationSource

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

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

    Information about the gateway ID.

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

    The routes that are in violation.

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

    Information about the route table.

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

    Information about the VPC ID.

    *)
}
Sourceval make : ?gatewayId:??? -> ?violatingRoutes:??? -> ?routeTableId:??? -> ?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