waf:PutPermissionPolicy is a Permissions management access-level action in the waf service. Grants permission to attach an IAM policy to a rule group, to share the rule group between accounts
ARNs that waf:PutPermissionPolicy can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants waf:PutPermissionPolicy.
Filters actions based on tag-value associated with the resource
A minimal policy that allows waf:PutPermissionPolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWafPutPermissionPolicy",
"Effect": "Allow",
"Action": "waf:PutPermissionPolicy",
"Resource": "*"
}
]
}