wafv2:GetManagedRuleSet is a Read access-level action in the wafv2 service. Grants permission to retrieve details about a ManagedRuleSet
ARNs that wafv2:GetManagedRuleSet can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows wafv2:GetManagedRuleSet. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWafv2GetManagedRuleSet",
"Effect": "Allow",
"Action": "wafv2:GetManagedRuleSet",
"Resource": "*"
}
]
}