Module Values.WebACLHasIncompatibleConfigurationViolationSource

The violation details for a web ACL whose configuration is incompatible with the Firewall Manager policy.

Sourcetype nonrec t = {
  1. webACLArn : ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the web ACL.

    *)
  2. description : LengthBoundedString.t option;
    (*

    Information about the problems that Firewall Manager encountered with the web ACL configuration.

    *)
}
Sourceval make : ?webACLArn:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceArn.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