waf:CreateRuleGroup is a Write access-level action in the waf service. Grants permission to create a RuleGroup, which is a collection of predefined rules that you can use in a WebACL
ARNs that waf:CreateRuleGroup can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants waf:CreateRuleGroup.
Filters actions based on tag-value associated with the resource
A minimal policy that allows waf:CreateRuleGroup. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWafCreateRuleGroup",
"Effect": "Allow",
"Action": "waf:CreateRuleGroup",
"Resource": "*"
}
]
}