waf:DeleteGeoMatchSet

Write

waf:DeleteGeoMatchSet is a Write access-level action in the waf service. Grants permission to delete a GeoMatchSet

Resource types

ARNs that waf:DeleteGeoMatchSet can be scoped to in an IAM policy.

arn:${Partition}:waf::${Account}:geomatchset/${Id}
geomatchset

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows waf:DeleteGeoMatchSet. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWafDeleteGeoMatchSet",
      "Effect": "Allow",
      "Action": "waf:DeleteGeoMatchSet",
      "Resource": "*"
    }
  ]
}

Related actions in waf

View all waf actions →