waf:CreateRegexMatchSet

Write

waf:CreateRegexMatchSet is a Write access-level action in the waf service. Grants permission to create a RegexMatchSet

Resource types

ARNs that waf:CreateRegexMatchSet can be scoped to in an IAM policy.

arn:${Partition}:waf::${Account}:regexmatch/${Id}
regexmatchset

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows waf:CreateRegexMatchSet. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWafCreateRegexMatchSet",
      "Effect": "Allow",
      "Action": "waf:CreateRegexMatchSet",
      "Resource": "*"
    }
  ]
}

Related actions in waf

View all waf actions →