wafv2:ListResourcesForWebACL is a List access-level action in the wafv2 service. Grants permission to retrieve an array of the Amazon Resource Names (ARNs) for the resources that are associated with a web ACL
ARNs that wafv2:ListResourcesForWebACL can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants wafv2:ListResourcesForWebACL.
Filters access by tag-value associated with the resource
To use wafv2:ListResourcesForWebACL you may also need to grant:
A minimal policy that allows wafv2:ListResourcesForWebACL. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWafv2ListResourcesForWebACL",
"Effect": "Allow",
"Action": "wafv2:ListResourcesForWebACL",
"Resource": "*"
}
]
}