waf:CreateWebACLMigrationStack is a Write access-level action in the waf service. Grants permission to create a CloudFormation web ACL template in an S3 bucket for the purposes of migrating the web ACL from AWS WAF Classic to AWS WAF v2
ARNs that waf:CreateWebACLMigrationStack can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants waf:CreateWebACLMigrationStack.
Filters actions based on tag-value associated with the resource
To use waf:CreateWebACLMigrationStack you may also need to grant:
A minimal policy that allows waf:CreateWebACLMigrationStack. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWafCreateWebACLMigrationStack",
"Effect": "Allow",
"Action": "waf:CreateWebACLMigrationStack",
"Resource": "*"
}
]
}