waf:CreateXssMatchSet is a Write access-level action in the waf service. Grants permission to create an XssMatchSet, which you use to detect requests that contain cross-site scripting attacks
ARNs that waf:CreateXssMatchSet can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows waf:CreateXssMatchSet. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWafCreateXssMatchSet",
"Effect": "Allow",
"Action": "waf:CreateXssMatchSet",
"Resource": "*"
}
]
}