waf-regional:CreateWebACLMigrationStack is a Write access-level action in the waf-regional 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-regional:CreateWebACLMigrationStack can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants waf-regional:CreateWebACLMigrationStack.
Filters actions based on tag-value assoicated with the resource
To use waf-regional:CreateWebACLMigrationStack you may also need to grant:
A minimal policy that allows waf-regional:CreateWebACLMigrationStack. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWafregionalCreateWebACLMigrationStack",
"Effect": "Allow",
"Action": "waf-regional:CreateWebACLMigrationStack",
"Resource": "*"
}
]
}