Module Values.ThirdPartyFirewallMissingFirewallViolationSource

The violation details about a third-party firewall's subnet that doesn't have a Firewall Manager managed firewall in its VPC.

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

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

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

    The resource ID of the VPC associated with a third-party firewall.

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

    The Availability Zone of the third-party firewall that's causing the violation.

    *)
  4. targetViolationReason : TargetViolationReason.t option;
    (*

    The reason the resource is causing this violation, if a reason is available.

    *)
}
Sourceval make : ?violationTarget:??? -> ?vPC:??? -> ?availabilityZone:??? -> ?targetViolationReason:??? -> 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