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
ARNs that cognito-idp:ListResourcesForWebACL can be scoped to in an IAM policy.
No condition keys are documented for this action.
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": "*"
}
]
}