Module Values.WebACLHasOutOfScopeResourcesViolationSource

The violation details for a web ACL that's associated with at least one resource that's out of scope of the Firewall Manager policy.

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

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

    *)
  2. outOfScopeResourceList : ResourceArnList.t option;
    (*

    An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.

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