Module Values.ThirdPartyFirewallMissingExpectedRouteTableViolationSource

The violation details for a third-party firewall that's not associated with an Firewall Manager managed route table.

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

    The ID of the third-party firewall or VPC resource that's causing the violation.

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

    The resource ID of the VPC associated with a fireawll subnet that's causing the violation.

    *)
  3. availabilityZone : LengthBoundedString.t option;
    (*

    The Availability Zone of the firewall subnet that's causing the violation.

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

    The resource ID of the current route table that's associated with the subnet, if one is available.

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

    The resource ID of the route table that should be associated with the subnet.

    *)
}
Sourceval make : ?violationTarget:??? -> ?vPC:??? -> ?availabilityZone:??? -> ?currentRouteTable:??? -> ?expectedRouteTable:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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