Values.WebACLHasOutOfScopeResourcesViolationSourceThe violation details for a web ACL that's associated with at least one resource that's out of scope of the Firewall Manager policy.
type nonrec t = {webACLArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the web ACL.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ResourceArn.t ] list
| `String of ResourceArn.t ])
list ]