waf-regional:CreateWebACLMigrationStack

Write

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

Resource types

ARNs that waf-regional:CreateWebACLMigrationStack can be scoped to in an IAM policy.

arn:${Partition}:waf-regional:${Region}:${Account}:webacl/${Id}
webacl

Condition keys

Keys you can use in the Condition block of a policy that grants waf-regional:CreateWebACLMigrationStack.

aws:ResourceTag/${TagKey} String

Filters actions based on tag-value assoicated with the resource

Dependent actions

To use waf-regional:CreateWebACLMigrationStack you may also need to grant:

Example IAM policy

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": "*"
    }
  ]
}

Related actions in waf-regional

View all waf-regional actions →