wafv2:UpdateManagedRuleSetVersionExpiryDate

Write

wafv2:UpdateManagedRuleSetVersionExpiryDate is a Write access-level action in the wafv2 service. Grants permission to update the expiry date of a version in ManagedRuleSet

Resource types

ARNs that wafv2:UpdateManagedRuleSetVersionExpiryDate 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:UpdateManagedRuleSetVersionExpiryDate. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWafv2UpdateManagedRuleSetVersionExpiryDate",
      "Effect": "Allow",
      "Action": "wafv2:UpdateManagedRuleSetVersionExpiryDate",
      "Resource": "*"
    }
  ]
}

Related actions in wafv2

View all wafv2 actions →