Module Values.NetworkFirewallPolicyModifiedViolationSource

Violation detail for Network Firewall for a firewall policy that has a different NetworkFirewallPolicyDescription than is required by the Firewall Manager policy.

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

    The ID of the Network Firewall or VPC resource that's in violation.

    *)
  2. currentPolicyDescription : NetworkFirewallPolicyDescription.t option;
    (*

    The policy that's currently in use in the individual account.

    *)
  3. expectedPolicyDescription : NetworkFirewallPolicyDescription.t option;
    (*

    The policy that should be in use in the individual account in order to be compliant.

    *)
}
Sourceval make : ?violationTarget:??? -> ?currentPolicyDescription:??? -> ?expectedPolicyDescription:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ViolationTarget.t | `Structure of (string * [> `List of [> `String of NetworkFirewallAction.t | `Structure of (string * [> `Integer of StatelessRuleGroupPriority.t | `String of NetworkFirewallResourceName.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `Structure of (string * [> `Enum of string ]) list ]) list ]) 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