wafv2:GetManagedRuleSet

Read

wafv2:GetManagedRuleSet is a Read access-level action in the wafv2 service. Grants permission to retrieve details about a ManagedRuleSet

Resource types

ARNs that wafv2:GetManagedRuleSet can be scoped to in an IAM policy.

arn:${Partition}:wafv2:${Region}:${Account}:${Scope}/managedruleset/${Name}/${Id}
managedruleset

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

Related actions in wafv2

View all wafv2 actions →