wafv2:DisassociateWebACL is a Write access-level action in the wafv2 service. Grants permission to disassociate a WebACL from an application resource
ARNs that wafv2:DisassociateWebACL can be scoped to in an IAM policy.
No condition keys are documented for this action.
To use wafv2:DisassociateWebACL you may also need to grant:
A minimal policy that allows wafv2:DisassociateWebACL. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWafv2DisassociateWebACL",
"Effect": "Allow",
"Action": "wafv2:DisassociateWebACL",
"Resource": "*"
}
]
}