cognito-idp:ListResourcesForWebACL

List

cognito-idp:ListResourcesForWebACL is a List access-level action in the cognito-idp service. Grants permission to list the user pools that are associated with an AWS WAF web ACL

Resource types

ARNs that cognito-idp:ListResourcesForWebACL can be scoped to in an IAM policy.

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

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows cognito-idp:ListResourcesForWebACL. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowCognitoidpListResourcesForWebACL",
      "Effect": "Allow",
      "Action": "cognito-idp:ListResourcesForWebACL",
      "Resource": "*"
    }
  ]
}

Related actions in cognito-idp

View all cognito-idp actions →